com.ibm.ws.container.service.state

Interface ApplicationStateListener


  1. public interface ApplicationStateListener

Method Summary

Modifier and Type Method and Description
  1. void
applicationStarted(ApplicationInfo appInfo)
Notification that an application has started.
  1. void
applicationStarting(ApplicationInfo appInfo)
Notification that an application is starting.
  1. void
applicationStopped(ApplicationInfo appInfo)
Notification that an application has stopped.
  1. void
applicationStopping(ApplicationInfo appInfo)
Notification that an application is stopping.

Method Detail

applicationStarting

  1. void applicationStarting(ApplicationInfo appInfo)
  2. throws StateChangeException
Notification that an application is starting.
Parameters:
appInfo - The ApplicationInfo of the app
Throws:

applicationStarted

  1. void applicationStarted(ApplicationInfo appInfo)
  2. throws StateChangeException
Notification that an application has started.
Parameters:
appInfo - The ApplicationInfo of the app
Throws:

applicationStopping

  1. void applicationStopping(ApplicationInfo appInfo)
Notification that an application is stopping.
Parameters:
appInfo - The ApplicationInfo of the app

applicationStopped

  1. void applicationStopped(ApplicationInfo appInfo)
Notification that an application has stopped.
Parameters:
appInfo - The ApplicationInfo of the app