|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Stats interface for the monitorable attributes of a generic thread pool.
ThreadPoolMonitor
Method Summary | |
RangeStatistic |
getAverageTimeInQueue()
Returns average time in milliseconds a work item waited in the work queue before getting processed. |
RangeStatistic |
getAverageWorkCompletionTime()
Returns the statistical information about the average completion time of a work item in milliseconds. |
BoundedRangeStatistic |
getCurrentNumberOfThreads()
Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic. |
CountStatistic |
getNumberOfAvailableThreads()
Returns the total number of available threads, as an instance of CountStatistic . |
CountStatistic |
getNumberOfBusyThreads()
Returns the number of busy threads, as an instance of CountStatistic . |
CountStatistic |
getTotalWorkItemsAdded()
Returns the the total number of work items added so far to the work queue associated with threadpool. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public BoundedRangeStatistic getCurrentNumberOfThreads()
BoundedRangeStatistic
public CountStatistic getNumberOfAvailableThreads()
CountStatistic
.
CountStatistic
public CountStatistic getNumberOfBusyThreads()
CountStatistic
.
CountStatistic
public RangeStatistic getAverageWorkCompletionTime()
RangeStatistic
public CountStatistic getTotalWorkItemsAdded()
CountStatistic
public RangeStatistic getAverageTimeInQueue()
RangeStatistic
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.