|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionState | |
---|---|
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 |
Uses of ConnectionState in org.apache.activemq.broker |
---|
Subclasses of ConnectionState in org.apache.activemq.broker | |
---|---|
class |
TransportConnectionState
|
Fields in org.apache.activemq.broker with type parameters of type ConnectionState | |
---|---|
protected java.util.Map<ConnectionId,ConnectionState> |
TransportConnection.brokerConnectionStates
|
Uses of ConnectionState in org.apache.activemq.broker.region |
---|
Fields in org.apache.activemq.broker.region with type parameters of type ConnectionState | |
---|---|
protected java.util.Map<ConnectionId,ConnectionState> |
RegionBroker.connectionStates
|
Methods in org.apache.activemq.broker.region that return types with arguments of type ConnectionState | |
---|---|
java.util.Map<ConnectionId,ConnectionState> |
RegionBroker.getConnectionStates()
|
Uses of ConnectionState in org.apache.activemq.state |
---|
Fields in org.apache.activemq.state with type parameters of type ConnectionState | |
---|---|
protected java.util.concurrent.ConcurrentHashMap<ConnectionId,ConnectionState> |
ConnectionStateTracker.connectionStates
|
Methods in org.apache.activemq.state with parameters of type ConnectionState | |
---|---|
protected void |
ConnectionStateTracker.restoreSessions(Transport transport,
ConnectionState connectionState)
|
protected void |
ConnectionStateTracker.restoreTempDestinations(Transport transport,
ConnectionState connectionState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |