public interface JvmThreadsMXBean extends ManagedObjectMXBean
resin:type=JvmThreads
Modifier and Type | Method and Description |
---|---|
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.
|
getName, getObjectName, getType
int getThreadCount()
int getRunnableCount()
int getNativeCount()
int getWaitingCount()
int getBlockedCount()