public interface IGetAgentInfo
Modifier and Type | Method and Description |
---|---|
java.util.List<AgentSnapshot> |
getAgentInfo()
Returns the list of agents and their current states.
|
java.util.List<AgentSnapshot> getAgentInfo() throws JobSchedulerException
JobSchedulerException
- If there was a problem getting the agent info (e.g., the
connection was lost).