Methods Summary |
---|
public javax.management.j2ee.statistics.CountStatistic | getCountQueued()Returns the current number of requests waiting for a native thread
|
public javax.management.j2ee.statistics.CountStatistic | getCountThreads()Returns current number of threads
|
public javax.management.j2ee.statistics.CountStatistic | getCountThreadsIdle()Returns the number of threads that are currently idle
|
public com.sun.enterprise.admin.monitor.stats.StringStatistic | getId()Returns the thread pool Id
|
public javax.management.j2ee.statistics.CountStatistic | getMaxQueued()Returns the maximum number of requests that can be queued at one
time to wait for a native thread
|
public javax.management.j2ee.statistics.CountStatistic | getMaxThreads()Returns the maximum number of native threads allowed in the thread pool
|
public javax.management.j2ee.statistics.CountStatistic | getPeakQueued()Returns the highest number of requests that were ever queued up
simultaneously for the use of a native thread since the server
was started
|