public interface ThreadPoolMBean
Modifier and Type | Method and Description |
---|---|
int |
getIdleCount() |
int |
getJobCount() |
int |
getMaxPoolSize() |
int |
getPendingCount() |
int |
getPoolSize() |
int getJobCount()
int getPoolSize()
int getMaxPoolSize()
int getIdleCount()
int getPendingCount()