com.ibm.ws.container.service.state
Interface ModuleStateListener


public interface ModuleStateListener


Method Summary
 void moduleStarted(ModuleInfo moduleInfo)
          Notification that a module has started.
 void moduleStarting(ModuleInfo moduleInfo)
          Notification that a module is starting.
 void moduleStopped(ModuleInfo moduleInfo)
          Notification that a module has stopped.
 void moduleStopping(ModuleInfo moduleInfo)
          Notification that a module is stopping.
 

Method Detail

moduleStarting

void moduleStarting(ModuleInfo moduleInfo)
                    throws StateChangeException
Notification that a module is starting.

Parameters:
moduleInfo - The ModuleInfo of the module
Throws:
StateChangeException

moduleStarted

void moduleStarted(ModuleInfo moduleInfo)
                   throws StateChangeException
Notification that a module has started.

Parameters:
moduleInfo - The ModuleInfo of the module
Throws:
StateChangeException

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