public interface ManagedExecutorMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
long |
getKeepAliveTimeInMillis() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
long |
getNumberOfRejectedExecutions() |
int |
getPoolSize() |
int |
getQueueSize() |
long |
getShutdownDelay() |
long |
getTaskCount() |
boolean |
isAllowCoreThreadTimeOut() |
boolean |
isBypassIfSynchronous() |
void |
reset() |
void |
setCorePoolSize(int size) |
void |
setKeepAliveTimeInMillis(long timeInMillis) |
void |
setMaximumPoolSize(int size) |
int getActiveCount()
long getCompletedTaskCount()
int getCorePoolSize()
void setCorePoolSize(int size)
long getKeepAliveTimeInMillis()
void setKeepAliveTimeInMillis(long timeInMillis)
int getLargestPoolSize()
int getMaximumPoolSize()
void setMaximumPoolSize(int size)
int getPoolSize()
long getTaskCount()
int getQueueSize()
boolean isAllowCoreThreadTimeOut()
long getNumberOfRejectedExecutions()
void reset()
long getShutdownDelay()
boolean isBypassIfSynchronous()
Copyright © 2005-2014 FuseSource. All Rights Reserved.