org.apache.servicemix.executors.impl
Interface ManagedExecutorMBean
- All Known Implementing Classes:
- ManagedExecutor
public interface ManagedExecutorMBean
getActiveCount
int getActiveCount()
getCompletedTaskCount
long getCompletedTaskCount()
getCorePoolSize
int getCorePoolSize()
setCorePoolSize
void setCorePoolSize(int size)
getKeepAliveTimeInMillis
long getKeepAliveTimeInMillis()
setKeepAliveTimeInMillis
void setKeepAliveTimeInMillis(long timeInMillis)
getLargestPoolSize
int getLargestPoolSize()
getMaximumPoolSize
int getMaximumPoolSize()
setMaximumPoolSize
void setMaximumPoolSize(int size)
getPoolSize
int getPoolSize()
getTaskCount
long getTaskCount()
getQueueSize
int getQueueSize()
isAllowCoreThreadTimeOut
boolean isAllowCoreThreadTimeOut()
getNumberOfRejectedExecutions
long getNumberOfRejectedExecutions()
reset
void reset()
getShutdownDelay
long getShutdownDelay()
isBypassIfSynchronous
boolean isBypassIfSynchronous()
Copyright © 2005-2011 FuseSource. All Rights Reserved.