public class AgentPresenceManager extends Object implements StatusMessageListener
| Modifier and Type | Field and Description |
|---|---|
protected static org.lsst.ccs.utilities.logging.Logger |
log |
| Constructor and Description |
|---|
AgentPresenceManager(boolean providesDisconnectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAgentPresenceListener(AgentPresenceListener l) |
boolean |
agentExists(String agentName) |
void |
anormalEvent(Exception exc) |
DistributionInfo |
getAgentDistributionInfo(String agentName) |
CCSVersions |
getCCSVersions()
Get the CCSVersions for the current CCS Environment.
|
List<AgentInfo> |
listAgents() |
List<AgentInfo> |
listAgents(int timeout) |
void |
onStatusMessage(StatusMessage s) |
void |
removeAgentPresenceListener(AgentPresenceListener l) |
public AgentPresenceManager(boolean providesDisconnectionInformation)
public void onStatusMessage(StatusMessage s)
onStatusMessage in interface StatusMessageListenerpublic void anormalEvent(Exception exc)
public void addAgentPresenceListener(AgentPresenceListener l)
public void removeAgentPresenceListener(AgentPresenceListener l)
public boolean agentExists(String agentName)
public DistributionInfo getAgentDistributionInfo(String agentName)
public CCSVersions getCCSVersions()
Copyright © 2015 LSST. All rights reserved.