|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationListener
Event listener interface used for notifications about the application.
Method Summary | |
---|---|
void |
onApplicationAvailableForService(ApplicationEvent evt)
Triggered when the application is activated to receive external requests. |
void |
onApplicationEnd(ApplicationEvent evt)
Final application event that occurs before the application is terminated by the server process. |
void |
onApplicationStart(ApplicationEvent evt)
Triggered when the application is started. |
void |
onApplicationUnavailableForService(ApplicationEvent evt)
Triggered when the application is taken offline. |
Method Detail |
---|
void onApplicationStart(ApplicationEvent evt)
void onApplicationEnd(ApplicationEvent evt)
void onApplicationAvailableForService(ApplicationEvent evt)
void onApplicationUnavailableForService(ApplicationEvent evt)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |