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. connectionsMethods 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. brokerConnectionStatesMethods in org.apache.activemq.broker that return ConnectionId Modifier and Type Method Description ConnectionIdConnectionContext. 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. connectionStatesMethods 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 booleanRegionBroker. 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 ConnectionIdConnectionInfo. connectionIdprotected ConnectionIdDestinationInfo. connectionIdprotected ConnectionIdLocalTransactionId. connectionIdprotected ConnectionIdRemoveSubscriptionInfo. connectionIdprotected ConnectionIdTransactionInfo. connectionIdprotected ConnectionIdSessionId. parentIdMethods in org.apache.activemq.command that return ConnectionId Modifier and Type Method Description ConnectionIdConnectionError. getConnectionId()ConnectionIdConnectionInfo. getConnectionId()ConnectionIdDestinationInfo. getConnectionId()ConnectionIdLocalTransactionId. getConnectionId()ConnectionIdRemoveSubscriptionInfo. getConnectionId()ConnectionIdTransactionInfo. getConnectionId()ConnectionIdSessionId. getParentId()Methods in org.apache.activemq.command with parameters of type ConnectionId Modifier and Type Method Description intConnectionId. compareTo(ConnectionId o)voidConnectionError. setConnectionId(ConnectionId connectionId)voidConnectionInfo. setConnectionId(ConnectionId connectionId)voidDestinationInfo. setConnectionId(ConnectionId connectionId)voidLocalTransactionId. setConnectionId(ConnectionId connectionId)voidRemoveSubscriptionInfo. setConnectionId(ConnectionId connectionId)voidTransactionInfo. 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. connectionStatesMethods in org.apache.activemq.state with parameters of type ConnectionId Modifier and Type Method Description voidConnectionStateTracker. connectionInterruptProcessingComplete(Transport transport, ConnectionId connectionId)ResponseCommandVisitor. processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)ResponseCommandVisitorAdapter. processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)ResponseConnectionStateTracker. processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId)voidConnectionStateTracker. 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 ConnectionIdXATransaction. 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 ConnectionIdAmqpConnection. 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 voidFailoverTransport. 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 ConnectionIdMQTTProtocolConverter. getConnectionId()
-