atavism.msgsys
Class AgentInfo
java.lang.Object
atavism.msgsys.AgentHandle
atavism.msgsys.AgentInfo
- Direct Known Subclasses:
- MessageAgent.RemoteAgent
public class AgentInfo
- extends AgentHandle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agentId
public int agentId
flags
public int flags
socket
public java.nio.channels.SocketChannel socket
agentName
public java.lang.String agentName
agentIP
public java.lang.String agentIP
agentPort
public int agentPort
outputBuf
public AOByteBuffer outputBuf
inputBuf
public AOByteBuffer inputBuf
association
public java.lang.Object association
AgentInfo
public AgentInfo()
getAgentName
public java.lang.String getAgentName()
- Specified by:
getAgentName
in class AgentHandle