Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.ws.container.service.app.deploy.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

      Subinterfaces of ModuleInfo in com.ibm.ws.container.service.app.deploy 
      Modifier and Type Interface and Description
      interface  ClientModuleInfo
      Contains information about an application client
      interface  ConnectorModuleInfo
      Contains information on a connector module
      interface  EJBModuleInfo
      Contains information about an EJB module
      interface  WebModuleInfo
      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 ModuleInfo 
      Modifier and Type Method and Description
      void 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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes