Uses of Class
org.apache.activemq.command.ConnectionId
-
Packages that use ConnectionId Package Description 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 nodesorg.apache.activemq.partition org.apache.activemq.state org.apache.activemq.transaction org.apache.activemq.transport.amqp.protocol org.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ -
-
Uses of ConnectionId in org.apache.activemq.advisory
Fields in org.apache.activemq.advisory with type parameters of type ConnectionId Modifier and Type Field Description protected ConcurrentMap<ConnectionId,ConnectionInfo>
AdvisoryBroker. connections
Methods in org.apache.activemq.advisory that return types with arguments of type ConnectionId Modifier and Type Method Description 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 Modifier and Type Field Description protected Map<ConnectionId,ConnectionState>
TransportConnection. brokerConnectionStates
Methods in org.apache.activemq.broker that return ConnectionId Modifier and Type Method Description ConnectionId
ConnectionContext. getConnectionId()
Methods in org.apache.activemq.broker that return types with arguments of type ConnectionId Modifier and Type Method Description Map<ConnectionId,TransportConnectionState>
MapTransportConnectionStateRegister. mapStates()
Map<ConnectionId,TransportConnectionState>
SingleTransportConnectionStateRegister. mapStates()
Map<ConnectionId,TransportConnectionState>
TransportConnectionStateRegister. mapStates()
-
Uses of ConnectionId in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region with type parameters of type ConnectionId Modifier and Type Field Description protected Map<ConnectionId,ConnectionState>
RegionBroker. connectionStates
Methods in org.apache.activemq.broker.region that return types with arguments of type ConnectionId Modifier and Type Method Description Map<ConnectionId,ConnectionState>
RegionBroker. getConnectionStates()
Methods in org.apache.activemq.broker.region with parameters of type ConnectionId Modifier and Type Method Description 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 Modifier and Type Field Description protected ConnectionId
ConnectionInfo. connectionId
protected ConnectionId
DestinationInfo. connectionId
protected ConnectionId
LocalTransactionId. connectionId
protected ConnectionId
RemoveSubscriptionInfo. connectionId
protected ConnectionId
TransactionInfo. connectionId
protected ConnectionId
SessionId. parentId
Methods in org.apache.activemq.command that return ConnectionId Modifier and Type Method Description ConnectionId
ConnectionError. getConnectionId()
ConnectionId
ConnectionInfo. getConnectionId()
ConnectionId
DestinationInfo. getConnectionId()
ConnectionId
LocalTransactionId. getConnectionId()
ConnectionId
RemoveSubscriptionInfo. getConnectionId()
ConnectionId
TransactionInfo. getConnectionId()
ConnectionId
SessionId. getParentId()
Methods in org.apache.activemq.command with parameters of type ConnectionId Modifier and Type Method Description int
ConnectionId. compareTo(ConnectionId o)
void
ConnectionError. setConnectionId(ConnectionId connectionId)
void
ConnectionInfo. setConnectionId(ConnectionId connectionId)
void
DestinationInfo. setConnectionId(ConnectionId connectionId)
void
LocalTransactionId. setConnectionId(ConnectionId connectionId)
void
RemoveSubscriptionInfo. setConnectionId(ConnectionId connectionId)
void
TransactionInfo. setConnectionId(ConnectionId connectionId)
Constructors in org.apache.activemq.command with parameters of type ConnectionId Constructor Description 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.partition
Fields in org.apache.activemq.partition with type parameters of type ConnectionId Modifier and Type Field Description protected ConcurrentMap<ConnectionId,org.apache.activemq.partition.PartitionBroker.ConnectionMonitor>
PartitionBroker. monitors
-
Uses of ConnectionId in org.apache.activemq.state
Fields in org.apache.activemq.state with type parameters of type ConnectionId Modifier and Type Field Description protected ConcurrentMap<ConnectionId,ConnectionState>
ConnectionStateTracker. connectionStates
Methods in org.apache.activemq.state with parameters of type ConnectionId Modifier and Type Method Description void
ConnectionStateTracker. connectionInterruptProcessingComplete(Transport transport, ConnectionId connectionId)
Response
CommandVisitor. processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
Response
CommandVisitorAdapter. processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
Response
ConnectionStateTracker. processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)
void
ConnectionStateTracker. transportInterrupted(ConnectionId connectionId)
-
Uses of ConnectionId in org.apache.activemq.transaction
Methods in org.apache.activemq.transaction that return ConnectionId Modifier and Type Method Description ConnectionId
XATransaction. getConnectionId()
Constructors in org.apache.activemq.transaction with parameters of type ConnectionId Constructor Description XATransaction(TransactionStore transactionStore, XATransactionId xid, TransactionBroker broker, ConnectionId connectionId)
-
Uses of ConnectionId in org.apache.activemq.transport.amqp.protocol
Methods in org.apache.activemq.transport.amqp.protocol that return ConnectionId Modifier and Type Method Description ConnectionId
AmqpConnection. getConnectionId()
-
Uses of ConnectionId in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover with parameters of type ConnectionId Modifier and Type Method Description void
FailoverTransport. connectionInterruptProcessingComplete(ConnectionId connectionId)
-
Uses of ConnectionId in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return ConnectionId Modifier and Type Method Description ConnectionId
MQTTProtocolConverter. getConnectionId()
-