public class AgentInfo extends AgentHandle
Modifier and Type | Field and Description |
---|---|
int |
agentId |
java.lang.String |
agentIP |
java.lang.String |
agentName |
int |
agentPort |
java.lang.Object |
association |
int |
flags |
AOByteBuffer |
inputBuf |
java.util.concurrent.LinkedBlockingDeque<AOByteBuffer> |
outputBufs |
java.nio.ByteBuffer |
readBuf |
java.nio.channels.SocketChannel |
socket |
Constructor and Description |
---|
AgentInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgentName() |
java.lang.String |
toString() |
public int agentId
public int flags
public java.nio.channels.SocketChannel socket
public java.lang.String agentName
public java.lang.String agentIP
public int agentPort
public final java.util.concurrent.LinkedBlockingDeque<AOByteBuffer> outputBufs
public java.nio.ByteBuffer readBuf
public AOByteBuffer inputBuf
public java.lang.Object association
public java.lang.String getAgentName()
getAgentName
in class AgentHandle
public java.lang.String toString()
toString
in class java.lang.Object