public interface ServletStatsMXBean
javax.management.JMX#newMMBeanProxy
method.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppName()
Retrieves the value of the read-only attribute AppName, the name of the application of which the servlet is a member.
|
java.lang.String |
getDescription()
Retrieves the value of the read-only attribute Description, which is a description of the MBean itself.
|
long |
getRequestCount()
Retrieves the value of the read-only attribute RequestCount, the number of requests the server has received for this servlet.
|
com.ibm.websphere.monitor.jmx.Counter |
getRequestCountDetails()
Retrieves the value of the read-only attribute RequestCountDetails, which provides other details on the request count.
|
double |
getResponseTime()
Retrieves the value of the read-only attribute ResponseTime, which is the average (mean) time spent responding to each request for the servlet.
|
com.ibm.websphere.monitor.jmx.StatisticsMeter |
getResponseTimeDetails()
Retrieves the value of the read-only attribute ResponseCountDetails, which provides statistical details on the response time.
|
java.lang.String |
getServletName()
Retrieves the value of the read-only attribute ServletName, the name of the servlet as specified in the deployment descriptor.
|
java.lang.String getDescription()
java.lang.String getServletName()
long getRequestCount()
com.ibm.websphere.monitor.jmx.Counter getRequestCountDetails()
double getResponseTime()
com.ibm.websphere.monitor.jmx.StatisticsMeter getResponseTimeDetails()
java.lang.String getAppName()