Uses of Class
com.ibm.websphere.servlet.event.ApplicationEvent
-
Uses of ApplicationEvent in com.ibm.websphere.servlet.event
Modifier and TypeClassDescriptionclass
Event that reports a servlet error.class
Generic servlet event.class
Event that reports information about a servlet invocation.Modifier and TypeMethodDescriptionvoid
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.