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

Packages that use ConnectionId
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of ConnectionId in org.apache.activemq.advisory
 

Fields in org.apache.activemq.advisory with type parameters of type ConnectionId
protected  ConcurrentHashMap<ConnectionId,ConnectionInfo> AdvisoryBroker.connections
           
 

Methods in org.apache.activemq.advisory that return types with arguments of type ConnectionId
 Map<ConnectionId,ConnectionInfo> AdvisoryBroker.getAdvisoryConnections()
           
 

Uses of ConnectionId in org.apache.activemq.broker
 

Fields in org.apache.activemq.broker with type parameters of type ConnectionId
protected  Map<ConnectionId,ConnectionState> TransportConnection.brokerConnectionStates
           
 

Methods in org.apache.activemq.broker that return ConnectionId
 ConnectionId ConnectionContext.getConnectionId()
           
 

Methods in org.apache.activemq.broker that return types with arguments of type ConnectionId
 Map<ConnectionId,TransportConnectionState> TransportConnectionStateRegister.mapStates()
           
 Map<ConnectionId,TransportConnectionState> SingleTransportConnectionStateRegister.mapStates()
           
 Map<ConnectionId,TransportConnectionState> MapTransportConnectionStateRegister.mapStates()
           
 

Methods in org.apache.activemq.broker with parameters of type ConnectionId
 TransportConnectionState TransportConnectionStateRegister.lookupConnectionState(ConnectionId connectionId)
           
 TransportConnectionState SingleTransportConnectionStateRegister.lookupConnectionState(ConnectionId connectionId)
           
 TransportConnectionState MapTransportConnectionStateRegister.lookupConnectionState(ConnectionId connectionId)
           
protected  TransportConnectionState TransportConnection.lookupConnectionState(ConnectionId connectionId)
           
 Response TransportConnection.processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
           
 TransportConnectionState TransportConnectionStateRegister.registerConnectionState(ConnectionId connectionId, TransportConnectionState state)
           
 TransportConnectionState SingleTransportConnectionStateRegister.registerConnectionState(ConnectionId connectionId, TransportConnectionState state)
           
 TransportConnectionState MapTransportConnectionStateRegister.registerConnectionState(ConnectionId connectionId, TransportConnectionState state)
           
protected  TransportConnectionState TransportConnection.registerConnectionState(ConnectionId connectionId, TransportConnectionState state)
           
 void ConnectionContext.setConnectionId(ConnectionId connectionId)
           
 TransportConnectionState TransportConnectionStateRegister.unregisterConnectionState(ConnectionId connectionId)
           
 TransportConnectionState SingleTransportConnectionStateRegister.unregisterConnectionState(ConnectionId connectionId)
           
 TransportConnectionState MapTransportConnectionStateRegister.unregisterConnectionState(ConnectionId connectionId)
           
protected  TransportConnectionState TransportConnection.unregisterConnectionState(ConnectionId connectionId)
           
 

Uses of ConnectionId in org.apache.activemq.broker.region
 

Fields in org.apache.activemq.broker.region with type parameters of type ConnectionId
protected  Map<ConnectionId,ConnectionState> RegionBroker.connectionStates
           
 

Methods in org.apache.activemq.broker.region that return types with arguments of type ConnectionId
 Map<ConnectionId,ConnectionState> RegionBroker.getConnectionStates()
           
 

Methods in org.apache.activemq.broker.region with parameters of type ConnectionId
protected  boolean RegionBroker.isEqual(ConnectionId connectionId, ConnectionId connectionId2)
           
 

Uses of ConnectionId in org.apache.activemq.command
 

Fields in org.apache.activemq.command declared as ConnectionId
protected  ConnectionId ConnectionInfo.connectionId
           
protected  ConnectionId DestinationInfo.connectionId
           
protected  ConnectionId RemoveSubscriptionInfo.connectionId
           
protected  ConnectionId TransactionInfo.connectionId
           
protected  ConnectionId LocalTransactionId.connectionId
           
protected  ConnectionId SessionId.parentId
           
 

Methods in org.apache.activemq.command that return ConnectionId
 ConnectionId ConnectionInfo.getConnectionId()
           
 ConnectionId DestinationInfo.getConnectionId()
           
 ConnectionId RemoveSubscriptionInfo.getConnectionId()
           
 ConnectionId TransactionInfo.getConnectionId()
           
 ConnectionId ConnectionError.getConnectionId()
           
 ConnectionId LocalTransactionId.getConnectionId()
           
 ConnectionId SessionId.getParentId()
           
 

Methods in org.apache.activemq.command with parameters of type ConnectionId
 int ConnectionId.compareTo(ConnectionId o)
           
 void ConnectionInfo.setConnectionId(ConnectionId connectionId)
           
 void DestinationInfo.setConnectionId(ConnectionId connectionId)
           
 void RemoveSubscriptionInfo.setConnectionId(ConnectionId connectionId)
           
 void TransactionInfo.setConnectionId(ConnectionId connectionId)
           
 void ConnectionError.setConnectionId(ConnectionId connectionId)
           
 void LocalTransactionId.setConnectionId(ConnectionId connectionId)
           
 

Constructors in org.apache.activemq.command with parameters of type ConnectionId
ActiveMQTempQueue(ConnectionId connectionId, long sequenceId)
           
ActiveMQTempTopic(ConnectionId connectionId, long sequenceId)
           
ConnectionId(ConnectionId id)
           
ConnectionInfo(ConnectionId connectionId)
           
DestinationInfo(ConnectionId connectionId, byte operationType, ActiveMQDestination destination)
           
LocalTransactionId(ConnectionId connectionId, long transactionId)
           
SessionId(ConnectionId connectionId, long sessionId)
           
TransactionInfo(ConnectionId connectionId, TransactionId transactionId, byte type)
           
 

Uses of ConnectionId in org.apache.activemq.state
 

Fields in org.apache.activemq.state with type parameters of type ConnectionId
protected  ConcurrentHashMap<ConnectionId,ConnectionState> ConnectionStateTracker.connectionStates
           
 

Methods in org.apache.activemq.state with parameters of type ConnectionId
 Response CommandVisitor.processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
           
 Response CommandVisitorAdapter.processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
           
 Response ConnectionStateTracker.processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.