Package | Description |
---|---|
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.state |
Modifier and Type | Class and Description |
---|---|
class |
TransportConnectionState |
Modifier and Type | Field and Description |
---|---|
protected Map<ConnectionId,ConnectionState> |
TransportConnection.brokerConnectionStates |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
ConnectionContext.getConnectionState() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setConnectionState(ConnectionState connectionState) |
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 | Field and Description |
---|---|
protected ConcurrentHashMap<ConnectionId,ConnectionState> |
ConnectionStateTracker.connectionStates |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionStateTracker.restoreSessions(Transport transport,
ConnectionState connectionState) |
protected void |
ConnectionStateTracker.restoreTempDestinations(Transport transport,
ConnectionState connectionState) |
Copyright © 2005–2014. All rights reserved.