|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MXBean public interface JMXConfigurableThreadPoolExecutor
Interface to allow control of the TPE over JMX.
Nice idea took from Apache Cassandra's internal code.
MXBean},
ThreadPoolExecutor}| Method Summary | |
|---|---|
int |
getCorePoolSize()
|
void |
setCorePoolSize(int n)
Sets the core pool size to the TPE. |
| Methods inherited from interface net.sf.seide.thread.JMXEnabledThreadPoolExecutor |
|---|
getActiveCount, getCompletedTasks, getPendingTasks |
| Method Detail |
|---|
void setCorePoolSize(int n)
n - number of core threads.int getCorePoolSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||