public static interface AgentEndpoint.Status extends Agent.Status
AgentEndpoint.Status object describes the current status and configuration of an AgentEndpoint. This status
can be queried through the AgentEndpoint.getStatus() method and will give a snapshot of the state at that
time.| Modifier and Type | Method and Description |
|---|---|
Session |
getSession() |
getClusterId, getMarketBasis, isConnectedSession getSession()
Session for the connection from this AgentEndpoint to the
MatcherEndpoint.java.lang.IllegalStateException - when the agent is not connected (see Agent.Status.isConnected())