Interface BoundedQueueThreadPoolExecutorMBean
- All Superinterfaces:
BoundedThreadPoolExecutorMBean, ThreadExecutorMBean, ThreadPoolExecutorMBean
- All Known Implementing Classes:
JBossThreadPoolExecutor, QueueExecutor
@Deprecated
public interface BoundedQueueThreadPoolExecutorMBean
extends BoundedThreadPoolExecutorMBean
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.booleanDeprecated.voidsetAllowCoreThreadTimeout(boolean allow) Deprecated.voidsetCoreThreads(int newSize) Deprecated.Methods inherited from interface BoundedThreadPoolExecutorMBean
isBlocking, setBlockingMethods inherited from interface ThreadExecutorMBean
getCurrentThreadCount, getLargestThreadCount, getQueueSize, getRejectedCountMethods inherited from interface ThreadPoolExecutorMBean
getKeepAliveTime, getMaxThreads, setKeepAliveTime, setMaxThreads
-
Method Details
-
isAllowCoreThreadTimeout
boolean isAllowCoreThreadTimeout()Deprecated. -
setAllowCoreThreadTimeout
void setAllowCoreThreadTimeout(boolean allow) Deprecated. -
getCoreThreads
int getCoreThreads()Deprecated. -
setCoreThreads
void setCoreThreads(int newSize) Deprecated.
-