Uses of Class
org.apache.activemq.command.ConnectionInfo
-
Packages that use ConnectionInfo Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of ConnectionInfo in org.apache.activemq
Methods in org.apache.activemq that return ConnectionInfo Modifier and Type Method Description ConnectionInfoActiveMQConnection. getConnectionInfo() -
Uses of ConnectionInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionInfo. copy()Constructors in org.apache.activemq.command with parameters of type ConnectionInfo Constructor Description SessionInfo(ConnectionInfo connectionInfo, long sessionId) -
Uses of ConnectionInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionState. getInfo()Methods in org.apache.activemq.state with parameters of type ConnectionInfo Modifier and Type Method Description ResponseCommandVisitor. processAddConnection(ConnectionInfo info)ResponseCommandVisitorAdapter. processAddConnection(ConnectionInfo info)ResponseConnectionStateTracker. processAddConnection(ConnectionInfo info)voidConnectionState. reset(ConnectionInfo info)Constructors in org.apache.activemq.state with parameters of type ConnectionInfo Constructor Description ConnectionState(ConnectionInfo info)
-