public class ServletProbeProvider extends Object
| Constructor and Description |
|---|
ServletProbeProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterServiceEvent(String servletName,
int responseStatus,
String appName,
String hostName)
Emits notification that a servlet has returned from its service
method.
|
void |
beforeServiceEvent(String servletName,
String appName,
String hostName)
Emits notification that a servlet is about to enter its service
method.
|
void |
servletDestroyedEvent(String servletName,
String appName,
String hostName)
Emits notification that a servlet has been destroyed.
|
void |
servletInitializedEvent(String servletName,
String appName,
String hostName)
Emits notification that a servlet has been initialized.
|
public void servletInitializedEvent(String servletName, String appName, String hostName)
servletName - the name of the servlet that was initializedappName - the name of the app to which the servlet belongshostName - the name of the virtual server on which the app has
been deployedpublic void servletDestroyedEvent(String servletName, String appName, String hostName)
servletName - the name of the servlet that was destroyedappName - the name of the app to which the servlet belongshostName - the name of the virtual server on which the app has
been deployedpublic void beforeServiceEvent(String servletName, String appName, String hostName)
servletName - the name of the servletappName - the name of the app to which the servlet belongshostName - the name of the virtual server on which the app has
been deployedpublic void afterServiceEvent(String servletName, int responseStatus, String appName, String hostName)
servletName - the name of the servletresponseStatus - the response statusappName - the name of the app to which the servlet belongshostName - the name of the virtual server on which the app has
been deployedCopyright © 2017. All rights reserved.