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, setServer
destroy, getState, getStateAsString, init, start, stop
getPersist, isModified
java.lang.String getExecSrvType()
int getTerminationTimer()
int getActiveCount() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
long getCompletedTaskCount() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
int getCorePoolSize() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
long getKeepAliveTimeMS() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
int getLargestPoolSize() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
int getMaximumPoolSize() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
int getPoolSize() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
long getTaskCount() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
boolean isShutdown() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
boolean isTerminated() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException
boolean isTerminating() throws NameRegistrar.NotFoundException
NameRegistrar.NotFoundException