com.ibm.websphere.servlet.event
Uses of Class ApplicationEvent
Packages that use ApplicationEvent
Package | Description |
---|---|
com.ibm.websphere.servlet.event |
Uses of ApplicationEvent in com.ibm.websphere.servlet.event
Modifier and Type | Class and Description |
---|---|
|
ServletErrorEvent
Event that reports a servlet error.
|
|
ServletEvent
Generic servlet event.
|
|
ServletInvocationEvent
Event that reports information about a servlet invocation.
|
Modifier and Type | Method and Description |
---|---|
|
ApplicationListener.onApplicationAvailableForService(ApplicationEvent evt)
Triggered when the application is activated to receive external requests.
|
|
ApplicationListener.onApplicationEnd(ApplicationEvent evt)
Final application event that occurs before the application is terminated by the server process.
|
|
ApplicationListener.onApplicationStart(ApplicationEvent evt)
Triggered when the application is started.
|
|
ApplicationListener.onApplicationUnavailableForService(ApplicationEvent evt)
Triggered when the application is taken offline.
|