Uses of Class
org.apache.activemq.command.ConnectionId
-
Packages that use ConnectionId Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state 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. -
-
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.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.transport.failover
Methods in org.apache.activemq.transport.failover with parameters of type ConnectionId Modifier and Type Method Description voidFailoverTransport. connectionInterruptProcessingComplete(ConnectionId connectionId)
-