Package net.timewalker.ffmq4.utils.async
Interface AsyncTaskManagerMBean
-
- All Superinterfaces:
ObjectPoolMBean
- All Known Implementing Classes:
AsyncTaskManager
public interface AsyncTaskManagerMBean extends ObjectPoolMBean
JMX interface for an
AsyncTaskManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the manager nameintgetTaskQueueSize()Get the manager internal queue size-
Methods inherited from interface net.timewalker.ffmq4.utils.pool.ObjectPoolMBean
getThreadPoolAvailableCount, getThreadPoolExhaustionPolicy, getThreadPoolMaxIdle, getThreadPoolMaxSize, getThreadPoolMinSize, getThreadPoolPendingWaits, getThreadPoolSize, getThreadPoolWaitTimeout
-
-
-
-
Method Detail
-
getName
String getName()
Get the manager name
-
getTaskQueueSize
int getTaskQueueSize()
Get the manager internal queue size
-
-