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 nodes
|
org.apache.activemq.state | |
org.apache.activemq.transaction | |
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.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<ConnectionId,ConnectionInfo> |
AdvisoryBroker.connections |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionId,ConnectionInfo> |
AdvisoryBroker.getAdvisoryConnections() |
Modifier and Type | Field and Description |
---|---|
protected Map<ConnectionId,ConnectionState> |
TransportConnection.brokerConnectionStates |
Modifier and Type | Method and Description |
---|---|
ConnectionId |
ConnectionContext.getConnectionId() |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionId,TransportConnectionState> |
MapTransportConnectionStateRegister.mapStates() |
Map<ConnectionId,TransportConnectionState> |
TransportConnectionStateRegister.mapStates() |
Map<ConnectionId,TransportConnectionState> |
SingleTransportConnectionStateRegister.mapStates() |
Modifier and Type | Field and Description |
---|---|
protected Map<ConnectionId,ConnectionState> |
RegionBroker.connectionStates |
Modifier and Type | Method and Description |
---|---|
Map<ConnectionId,ConnectionState> |
RegionBroker.getConnectionStates() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RegionBroker.isEqual(ConnectionId connectionId,
ConnectionId connectionId2) |
Modifier and Type | Field and Description |
---|---|
protected ConnectionId |
ConnectionInfo.connectionId |
protected ConnectionId |
DestinationInfo.connectionId |
protected ConnectionId |
TransactionInfo.connectionId |
protected ConnectionId |
RemoveSubscriptionInfo.connectionId |
protected ConnectionId |
LocalTransactionId.connectionId |
protected ConnectionId |
SessionId.parentId |
Modifier and Type | Method and Description |
---|---|
ConnectionId |
ConnectionInfo.getConnectionId() |
ConnectionId |
DestinationInfo.getConnectionId() |
ConnectionId |
TransactionInfo.getConnectionId() |
ConnectionId |
RemoveSubscriptionInfo.getConnectionId() |
ConnectionId |
ConnectionError.getConnectionId() |
ConnectionId |
LocalTransactionId.getConnectionId() |
ConnectionId |
SessionId.getParentId() |
Modifier and Type | Method and Description |
---|---|
int |
ConnectionId.compareTo(ConnectionId o) |
void |
ConnectionInfo.setConnectionId(ConnectionId connectionId) |
void |
DestinationInfo.setConnectionId(ConnectionId connectionId) |
void |
TransactionInfo.setConnectionId(ConnectionId connectionId) |
void |
RemoveSubscriptionInfo.setConnectionId(ConnectionId connectionId) |
void |
ConnectionError.setConnectionId(ConnectionId connectionId) |
void |
LocalTransactionId.setConnectionId(ConnectionId connectionId) |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<ConnectionId,ConnectionState> |
ConnectionStateTracker.connectionStates |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStateTracker.connectionInterruptProcessingComplete(Transport transport,
ConnectionId connectionId) |
Response |
CommandVisitorAdapter.processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId) |
Response |
CommandVisitor.processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId) |
Response |
ConnectionStateTracker.processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId) |
void |
ConnectionStateTracker.transportInterrupted(ConnectionId connectionId) |
Modifier and Type | Method and Description |
---|---|
ConnectionId |
XATransaction.getConnectionId() |
Constructor and Description |
---|
XATransaction(TransactionStore transactionStore,
XATransactionId xid,
TransactionBroker broker,
ConnectionId connectionId) |
Modifier and Type | Method and Description |
---|---|
void |
FailoverTransport.connectionInterruptProcessingComplete(ConnectionId connectionId) |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.