
public abstract class AgentPresenceManager extends Object implements StatusListener
| Constructor and Description |
|---|
AgentPresenceManager(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAgentPresenceListener(AgentPresenceListener l) |
void |
connecting(Agent agent) |
void |
disconnecting(Agent agent) |
DistributionInfo |
getAgentDistributionInfo(String agentName) |
CCSVersions |
getCCSVersions()
Get the CCSVersions for the current CCS Environment.
|
abstract List<Agent> |
listAgent(int timeout) |
abstract List<Agent> |
listAgents(int timeout) |
void |
removeAgentPresenceListener(AgentPresenceListener l) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonStatusprotected static Logger log
public AgentPresenceManager(String name)
public void connecting(Agent agent)
public void disconnecting(Agent agent)
public void addAgentPresenceListener(AgentPresenceListener l)
public void removeAgentPresenceListener(AgentPresenceListener l)
public DistributionInfo getAgentDistributionInfo(String agentName)
public CCSVersions getCCSVersions()
Copyright © 2015 LSST. All rights reserved.