Uses of Class
com.ibm.websphere.servlet.event.ApplicationEvent
-
Packages that use ApplicationEvent Package Description com.ibm.websphere.servlet.event -
-
Uses of ApplicationEvent in com.ibm.websphere.servlet.event
Subclasses of ApplicationEvent in com.ibm.websphere.servlet.event Modifier and Type Class Description classServletErrorEventEvent that reports a servlet error.classServletEventGeneric servlet event.classServletInvocationEventEvent that reports information about a servlet invocation.Methods in com.ibm.websphere.servlet.event with parameters of type ApplicationEvent Modifier and Type Method Description voidApplicationListener. onApplicationAvailableForService(ApplicationEvent evt)Triggered when the application is activated to receive external requests.voidApplicationListener. onApplicationEnd(ApplicationEvent evt)Final application event that occurs before the application is terminated by the server process.voidApplicationListener. onApplicationStart(ApplicationEvent evt)Triggered when the application is started.voidApplicationListener. onApplicationUnavailableForService(ApplicationEvent evt)Triggered when the application is taken offline.
-