|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationEvent | |
---|---|
com.ibm.websphere.servlet.event |
Uses of ApplicationEvent in com.ibm.websphere.servlet.event |
---|
Subclasses of ApplicationEvent in com.ibm.websphere.servlet.event | |
---|---|
class |
ServletErrorEvent
Event that reports a servlet error. |
class |
ServletEvent
Generic servlet event. |
class |
ServletInvocationEvent
Event that reports information about a servlet invocation. |
Methods in com.ibm.websphere.servlet.event with parameters of type ApplicationEvent | |
---|---|
void |
ApplicationListener.onApplicationAvailableForService(ApplicationEvent evt)
Triggered when the application is activated to receive external requests. |
void |
ApplicationListener.onApplicationEnd(ApplicationEvent evt)
Final application event that occurs before the application is terminated by the server process. |
void |
ApplicationListener.onApplicationStart(ApplicationEvent evt)
Triggered when the application is started. |
void |
ApplicationListener.onApplicationUnavailableForService(ApplicationEvent evt)
Triggered when the application is taken offline. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |