FileDocCategorySizeDatePackage
PWCThreadPoolStats.javaAPI DocGlassfish v2 API3781Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

PWCThreadPoolStats

public interface PWCThreadPoolStats implements javax.management.j2ee.statistics.Stats
Returns the statistical information associated with the HttpService thread pool

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCountQueued()
Returns the current number of requests waiting for a native thread

return
queued requests

public javax.management.j2ee.statistics.CountStatisticgetCountThreads()
Returns current number of threads

return
current threads

public javax.management.j2ee.statistics.CountStatisticgetCountThreadsIdle()
Returns the number of threads that are currently idle

return
idle threads

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetId()
Returns the thread pool Id

return
id

public javax.management.j2ee.statistics.CountStatisticgetMaxQueued()
Returns the maximum number of requests that can be queued at one time to wait for a native thread

return
max number of request to be queued

public javax.management.j2ee.statistics.CountStatisticgetMaxThreads()
Returns the maximum number of native threads allowed in the thread pool

return
max number of threads allowed

public javax.management.j2ee.statistics.CountStatisticgetPeakQueued()
Returns the highest number of requests that were ever queued up simultaneously for the use of a native thread since the server was started