Interface ThreadPoolExecutorMBean
- All Superinterfaces:
ThreadExecutorMBean
- All Known Subinterfaces:
BoundedQueueThreadPoolExecutorMBean, BoundedThreadPoolExecutorMBean
- All Known Implementing Classes:
JBossScheduledThreadPoolExecutor, JBossThreadPoolExecutor, QueueExecutor, QueuelessExecutor
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.intDeprecated.voidsetKeepAliveTime(long milliseconds) Deprecated.voidsetMaxThreads(int newSize) Deprecated.Methods inherited from interface ThreadExecutorMBean
getCurrentThreadCount, getLargestThreadCount, getQueueSize, getRejectedCount
-
Method Details
-
getMaxThreads
int getMaxThreads()Deprecated. -
setMaxThreads
void setMaxThreads(int newSize) Deprecated. -
getKeepAliveTime
long getKeepAliveTime()Deprecated. -
setKeepAliveTime
void setKeepAliveTime(long milliseconds) Deprecated.
-