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