com.ibm.ws.container.service.app.deploy

Uses of Interface ModuleInfo

Packages that use ModuleInfo

Package Description
com.ibm.ws.container.service.app.deploy
com.ibm.ws.container.service.state

Uses of ModuleInfo in com.ibm.ws.container.service.app.deploy

Modifier and Type Interface and Description
  1. interface
EJBModuleInfo
  1. interface
WebModuleInfo
Modifier and Type Method and Description
  1. ModuleMetaData
ModuleRuntimeContainer.createModuleMetaData(ModuleInfo moduleInfo)
  1. java.util.concurrent.Future<java.lang.Boolean>
ModuleRuntimeContainer.startModule(ModuleInfo moduleInfo)
  1. void
ModuleRuntimeContainer.stopModule(ModuleInfo moduleInfo)

Uses of ModuleInfo in com.ibm.ws.container.service.state

Modifier and Type Method and Description
  1. void
StateChangeService.fireModuleStarted(ModuleInfo info)
  1. void
StateChangeService.fireModuleStarting(ModuleInfo info)
  1. void
StateChangeService.fireModuleStopped(ModuleInfo info)
  1. void
StateChangeService.fireModuleStopping(ModuleInfo info)
  1. void
ModuleStateListener.moduleStarted(ModuleInfo moduleInfo)
Notification that a module has started.
  1. void
ModuleStateListener.moduleStarting(ModuleInfo moduleInfo)
Notification that a module is starting.
  1. void
ModuleStateListener.moduleStopped(ModuleInfo moduleInfo)
Notification that a module has stopped.
  1. void
ModuleStateListener.moduleStopping(ModuleInfo moduleInfo)
Notification that a module is stopping.