public interface QThreadPoolExecutorMBean extends QBeanSupportMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
java.lang.String |
getExecSrvType() |
long |
getKeepAliveTimeMS() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
int |
getPoolSize() |
long |
getTaskCount() |
int |
getTerminationTimer() |
boolean |
isShutdown() |
boolean |
isTerminated() |
boolean |
isTerminating() |
getDump, getLoader, getLoaderURLS, getLogger, getName, getRealm, getServer, setLogger, setName, setPersist, setRealm, setServerdestroy, getState, getStateAsString, init, start, stopgetPersist, isModifiedjava.lang.String getExecSrvType()
int getTerminationTimer()
int getActiveCount()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionlong getCompletedTaskCount()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionint getCorePoolSize()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionlong getKeepAliveTimeMS()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionint getLargestPoolSize()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionint getMaximumPoolSize()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionint getPoolSize()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionlong getTaskCount()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionboolean isShutdown()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionboolean isTerminated()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundExceptionboolean isTerminating()
throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException