com.ibm.ws.container.service.state
Interface ModuleStateListener
- public interface ModuleStateListener
Method Summary
Modifier and Type | Method and Description |
---|---|
|
moduleStarted(ModuleInfo moduleInfo)
Notification that a module has started.
|
|
moduleStarting(ModuleInfo moduleInfo)
Notification that a module is starting.
|
|
moduleStopped(ModuleInfo moduleInfo)
Notification that a module has stopped.
|
|
moduleStopping(ModuleInfo moduleInfo)
Notification that a module is stopping.
|
Method Detail
moduleStarting
- void moduleStarting(ModuleInfo moduleInfo)
- throws StateChangeException
Notification that a module is starting.
moduleStarted
- void moduleStarted(ModuleInfo moduleInfo)
- throws StateChangeException
Notification that a module has started.
moduleStopping
- void moduleStopping(ModuleInfo moduleInfo)
Notification that a module is stopping.
Parameters:
moduleInfo
- The ModuleInfo of the module moduleStopped
- void moduleStopped(ModuleInfo moduleInfo)
Notification that a module has stopped.
Parameters:
moduleInfo
- The ModuleInfo of the module