|
||||||||||
| 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. |
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. |
int |
getThreadPriorityMin()
Returns the priority thread gap |
| 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 getThreadIdleCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||