public abstract class AgentPresenceManager extends Object implements StatusListener
| Modifier and Type | Field and Description |
|---|---|
protected static org.lsst.ccs.utilities.logging.Logger |
log |
| Constructor and Description |
|---|
AgentPresenceManager(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAgentPresenceListener(AgentPresenceListener l) |
void |
connecting(Agent agent) |
void |
disconnecting(Agent agent) |
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, waitonStatuspublic AgentPresenceManager(String name)
public void connecting(Agent agent)
public void disconnecting(Agent agent)
public void addAgentPresenceListener(AgentPresenceListener l)
public void removeAgentPresenceListener(AgentPresenceListener l)
Copyright © 2015 LSST. All rights reserved.