public interface PWCThreadPoolStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getCountQueued()
Returns the current number of requests waiting for a native thread
|
javax.management.j2ee.statistics.CountStatistic |
getCountThreads()
Returns current number of threads
|
javax.management.j2ee.statistics.CountStatistic |
getCountThreadsIdle()
Returns the number of threads that are currently idle
|
StringStatistic |
getId()
Returns the thread pool Id
|
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
|
javax.management.j2ee.statistics.CountStatistic |
getMaxThreads()
Returns the maximum number of native threads allowed in the thread pool
|
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
|
getStatistic, getStatisticNames, getStatisticsStringStatistic getId()
javax.management.j2ee.statistics.CountStatistic getCountThreadsIdle()
javax.management.j2ee.statistics.CountStatistic getCountThreads()
javax.management.j2ee.statistics.CountStatistic getMaxThreads()
javax.management.j2ee.statistics.CountStatistic getCountQueued()
javax.management.j2ee.statistics.CountStatistic getPeakQueued()
javax.management.j2ee.statistics.CountStatistic getMaxQueued()
Copyright © 2019. All rights reserved.