Uses of Interface
com.ibm.ws.container.service.app.deploy.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in com.ibm.ws.container.service.app.deploy
Subinterfaces of ModuleInfo in com.ibm.ws.container.service.app.deployModifier and TypeInterfaceDescriptioninterface
Contains information about an application clientinterface
Contains information on a connector moduleinterface
Contains information about an EJB moduleinterface
Information about a web module -
Uses of ModuleInfo in com.ibm.ws.container.service.state
Methods in com.ibm.ws.container.service.state with parameters of type ModuleInfoModifier and TypeMethodDescriptionvoid
StateChangeService.fireModuleStarted
(ModuleInfo info) void
StateChangeService.fireModuleStarting
(ModuleInfo info) void
StateChangeService.fireModuleStopped
(ModuleInfo info) void
StateChangeService.fireModuleStopping
(ModuleInfo info) void
ModuleStateListener.moduleStarted
(ModuleInfo moduleInfo) Notification that a module has started.void
ModuleStateListener.moduleStarting
(ModuleInfo moduleInfo) Notification that a module is starting.void
ModuleStateListener.moduleStopped
(ModuleInfo moduleInfo) Notification that a module has stopped.void
ModuleStateListener.moduleStopping
(ModuleInfo moduleInfo) Notification that a module is stopping.