public interface AgentMonitorMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableAgents()
Get the number of agents available for work.
|
int |
getMaxAgents()
Get the number of maximum agents.
|
int |
getRunningAgents()
Get the number of running agents (waiting for or busy doing work).
|
int getMaxAgents()
int getRunningAgents()
int getAvailableAgents()