|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadPoolMXBean
Management interface for the thread pool.
resin:type=ThreadPool
Method Summary | |
---|---|
int |
getThreadActiveCount()
Returns the current number of active threads. |
int |
getThreadCount()
Returns the current number of threads. |
long |
getThreadCreateCountTotal()
Returns the total number of started threads. |
int |
getThreadExecutorMax()
Returns the maximum number of executor threads. |
int |
getThreadIdleCount()
Returns the current number of idle threads. |
int |
getThreadIdleMax()
Returns the maximum number of idle threads. |
int |
getThreadIdleMin()
Returns the minimum number of idle threads. |
int |
getThreadMax()
Returns the maximum number of threads. |
long |
getThreadOverflowCountTotal()
Returns the total number of overflow threads. |
int |
getThreadPriorityMin()
Returns the priority thread gap |
int |
getThreadPriorityQueueSize()
Returns the thread priority queue size |
int |
getThreadStartingCount()
Returns the current number of starting threads. |
int |
getThreadTaskQueueSize()
Returns the thread task queue size |
int |
getThreadWaitCount()
Returns the current number of waiting schedule threads. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
int getThreadMax()
int getThreadExecutorMax()
int getThreadPriorityMin()
int getThreadIdleMin()
int getThreadIdleMax()
int getThreadCount()
int getThreadActiveCount()
int getThreadStartingCount()
int getThreadIdleCount()
int getThreadWaitCount()
long getThreadCreateCountTotal()
long getThreadOverflowCountTotal()
int getThreadPriorityQueueSize()
int getThreadTaskQueueSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |