Uses of Class
org.apache.activemq.command.ConnectionInfo

Packages that use ConnectionInfo
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of ConnectionInfo in org.apache.activemq
 

Methods in org.apache.activemq that return ConnectionInfo
 ConnectionInfo ActiveMQConnection.getConnectionInfo()
           
 

Uses of ConnectionInfo in org.apache.activemq.command
 

Methods in org.apache.activemq.command that return ConnectionInfo
 ConnectionInfo ConnectionInfo.copy()
           
 

Constructors in org.apache.activemq.command with parameters of type ConnectionInfo
SessionInfo(ConnectionInfo connectionInfo, long sessionId)
           
 

Uses of ConnectionInfo in org.apache.activemq.state
 

Methods in org.apache.activemq.state that return ConnectionInfo
 ConnectionInfo ConnectionState.getInfo()
           
 

Methods in org.apache.activemq.state with parameters of type ConnectionInfo
 Response ConnectionStateTracker.processAddConnection(ConnectionInfo info)
           
 Response CommandVisitorAdapter.processAddConnection(ConnectionInfo info)
           
 Response CommandVisitor.processAddConnection(ConnectionInfo info)
           
 void ConnectionState.reset(ConnectionInfo info)
           
 

Constructors in org.apache.activemq.state with parameters of type ConnectionInfo
ConnectionState(ConnectionInfo info)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.