com.ibm.ws.container.service.state

Interface ModuleStateListener


  1. public interface ModuleStateListener

Method Summary

Modifier and Type Method and Description
  1. void
moduleStarted(ModuleInfo moduleInfo)
Notification that a module has started.
  1. void
moduleStarting(ModuleInfo moduleInfo)
Notification that a module is starting.
  1. void
moduleStopped(ModuleInfo moduleInfo)
Notification that a module has stopped.
  1. void
moduleStopping(ModuleInfo moduleInfo)
Notification that a module is stopping.

Method Detail

moduleStarting

  1. void moduleStarting(ModuleInfo moduleInfo)
  2. throws StateChangeException
Notification that a module is starting.
Parameters:
moduleInfo - The ModuleInfo of the module
Throws:

moduleStarted

  1. void moduleStarted(ModuleInfo moduleInfo)
  2. throws StateChangeException
Notification that a module has started.
Parameters:
moduleInfo - The ModuleInfo of the module
Throws:

moduleStopping

  1. void moduleStopping(ModuleInfo moduleInfo)
Notification that a module is stopping.
Parameters:
moduleInfo - The ModuleInfo of the module

moduleStopped

  1. void moduleStopped(ModuleInfo moduleInfo)
Notification that a module has stopped.
Parameters:
moduleInfo - The ModuleInfo of the module