public interface ThreadPoolMXBean
javax.management.JMX#newMXBeanProxy
method.Modifier and Type | Method and Description |
---|---|
int |
getActiveThreads()
Retrieves the value of the read-only attribute ActiveThreads, which is the number of active threads in the pool
|
java.lang.String |
getPoolName()
Retrieves the value of the read-only attribute PoolName; all web requests execute in a thread pool called "Default Executor"
|
int |
getPoolSize()
Retrieves the value of the read-only attribute PoolSize, which is the total number of threads in the pool, including both active and inactive threads.
|
java.lang.String getPoolName()
int getActiveThreads()
int getPoolSize()