public interface BoundedQueueThreadPoolExecutorMBean extends BoundedThreadPoolExecutorMBean
Modifier and Type | Method and Description |
---|---|
int |
getCoreThreads() |
boolean |
isAllowCoreThreadTimeout() |
void |
setAllowCoreThreadTimeout(boolean allow) |
void |
setCoreThreads(int newSize) |
isBlocking, setBlocking
getKeepAliveTime, getMaxThreads, setKeepAliveTime, setMaxThreads
getCurrentThreadCount, getLargestThreadCount, getRejectedCount
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.