|
From: Leif M. <le...@ta...> - 2007-01-30 18:45:18
|
Hubert, Not currently. This is something that I need to find a way to get implemented. From within Java, you can control the services if you know what they are. Look at the WrapperManager.getJVMId() method. If it returns a value > 1 then you know the JVM has been restarted since the Wrapper was launched. In that event, you can use the WrapperManger.sendServiceControlCode method to STOP and then START the dependent services. This will only work if you know what they are. Cheers, Leif Hubert Felber wrote: > Hello, > > If the wrapper has to restart a service, is there a way to inform the > dependent services about this? Services that depend on others might have > connections or resources which become invalid after restart or shutdown > of a "parent" service. > > hub > |