public interface JMXEnabledThreadPoolExecutorMBean
Modifier and Type | Method and Description |
---|---|
int |
getCoreThreads()
Returns core pool size of thread pool.
|
int |
getMaximumThreads()
Returns maximum pool size of thread pool.
|
void |
setCoreThreads(int number)
Allows user to resize core pool size of the thread pool.
|
void |
setMaximumThreads(int number)
Allows user to resize maximum size of the thread pool.
|
int getCoreThreads()
void setCoreThreads(int number)
int getMaximumThreads()
void setMaximumThreads(int number)
Copyright © 2015 The Apache Software Foundation