|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JvmThreadsMXBean
Information about the jvm threads.
resin:type=JvmThreads
Method Summary | |
---|---|
int |
getBlockedCount()
Returns the number of blocked threads. |
int |
getNativeCount()
Returns the number of native threads. |
int |
getRunnableCount()
Returns the number of runnable threads. |
int |
getThreadCount()
Returns the number of active threads. |
int |
getWaitingCount()
Returns the number of waiting threads. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
int getThreadCount()
int getRunnableCount()
int getNativeCount()
int getWaitingCount()
int getBlockedCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |