Methods Summary |
---|
public javax.management.j2ee.statistics.CountStatistic | getErrorCount()The errorCount represents the number of cases where the response
code was >= 400
|
public javax.management.j2ee.statistics.CountStatistic | getMaxTime()The maximum processing time of a servlet request
|
public javax.management.j2ee.statistics.CountStatistic | getProcessingTime()Cumulative Value, indicating the time taken to process the
requests received so far.
|
public javax.management.j2ee.statistics.CountStatistic | getRequestCount()Number of requests processed by this servlet.
|
public javax.management.j2ee.statistics.TimeStatistic | getServiceTime()Gets the execution time of the servlet's service method.
This method is identical in functionality to getProcessingTime(),
except that it exposes the execution time of the servlet's service
method under the JSR 77 compliant property name and type.
|