Methods Summary |
---|
public javax.management.j2ee.statistics.CountStatistic | getBytesReceived()Cumulative value of the bytesReceived by each of the
RequestProcessors
|
public javax.management.j2ee.statistics.CountStatistic | getBytesSent()Cumulative value of the bytesSent by each of the
RequestProcessors
|
public javax.management.j2ee.statistics.CountStatistic | getCount200()
|
public javax.management.j2ee.statistics.CountStatistic | getCount2xx()
|
public javax.management.j2ee.statistics.CountStatistic | getCount302()
|
public javax.management.j2ee.statistics.CountStatistic | getCount304()
|
public javax.management.j2ee.statistics.CountStatistic | getCount3xx()
|
public javax.management.j2ee.statistics.CountStatistic | getCount400()
|
public javax.management.j2ee.statistics.CountStatistic | getCount401()
|
public javax.management.j2ee.statistics.CountStatistic | getCount403()
|
public javax.management.j2ee.statistics.CountStatistic | getCount404()
|
public javax.management.j2ee.statistics.CountStatistic | getCount4xx()
|
public javax.management.j2ee.statistics.CountStatistic | getCount503()
|
public javax.management.j2ee.statistics.CountStatistic | getCount5xx()
|
public javax.management.j2ee.statistics.CountStatistic | getCountOpenConnections()
|
public javax.management.j2ee.statistics.CountStatistic | getCountOther()
|
public javax.management.j2ee.statistics.CountStatistic | getCurrentThreadCount()The number of request processing threads currently in the
thread pool
|
public javax.management.j2ee.statistics.CountStatistic | getCurrentThreadsBusy()The number of request processing threads currently in the
thread pool, serving requests.
|
public javax.management.j2ee.statistics.CountStatistic | getErrorCount()Cumulative value of the errorCount of each of the
RequestProcessors. The errorCount represents the number of
cases where the response code was >= 400
|
public javax.management.j2ee.statistics.CountStatistic | getMaxOpenConnections()
|
public javax.management.j2ee.statistics.CountStatistic | getMaxSpareThreads()The maximum number of unused request processing threads that will
be allowed to exist until the thread pool starts stopping the
unnecessary threads.
|
public javax.management.j2ee.statistics.CountStatistic | getMaxThreads()The maximum number of request processing threads that are
created by the listener. It determines the maximum number of
simultaneous requests that can be handled
|
public javax.management.j2ee.statistics.CountStatistic | getMaxTime()The longest response time for a request. This is not a
cumulative value, but is the maximum of the response times
for each of the RequestProcessors.
|
public javax.management.j2ee.statistics.CountStatistic | getMinSpareThreads()The number of request processing threads that will be created
when this listener is first started.
|
public javax.management.j2ee.statistics.CountStatistic | getProcessingTime()Cumulative value of the processing times of each of the
RequestProcessors. The processing time of a RequestProcessor
is the average of request processing times over the request
count.
|
public javax.management.j2ee.statistics.CountStatistic | getRequestCount()Cumulative number of the requests processed so far,
by the RequestProcessors.
|