Interface BoundedThreadPoolExecutorMBean
- All Superinterfaces:
ThreadExecutorMBean, ThreadPoolExecutorMBean
- All Known Subinterfaces:
BoundedQueueThreadPoolExecutorMBean
- All Known Implementing Classes:
JBossThreadPoolExecutor, QueueExecutor, QueuelessExecutor
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.voidsetBlocking(boolean blocking) Deprecated.Methods inherited from interface ThreadExecutorMBean
getCurrentThreadCount, getLargestThreadCount, getQueueSize, getRejectedCountMethods inherited from interface ThreadPoolExecutorMBean
getKeepAliveTime, getMaxThreads, setKeepAliveTime, setMaxThreads
-
Method Details
-
isBlocking
boolean isBlocking()Deprecated. -
setBlocking
void setBlocking(boolean blocking) Deprecated.
-