Uses of Class
org.apache.activemq.state.ConnectionState
-
Packages that use ConnectionState 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 -
-
Uses of ConnectionState in org.apache.activemq.broker
Subclasses of ConnectionState in org.apache.activemq.broker Modifier and Type Class Description class
TransportConnectionState
Fields in org.apache.activemq.broker with type parameters of type ConnectionState Modifier and Type Field Description protected Map<ConnectionId,ConnectionState>
TransportConnection. brokerConnectionStates
Methods in org.apache.activemq.broker that return ConnectionState Modifier and Type Method Description ConnectionState
ConnectionContext. getConnectionState()
Methods in org.apache.activemq.broker with parameters of type ConnectionState Modifier and Type Method Description void
ConnectionContext. setConnectionState(ConnectionState connectionState)
-
Uses of ConnectionState in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region with type parameters of type ConnectionState Modifier and Type Field Description protected Map<ConnectionId,ConnectionState>
RegionBroker. connectionStates
Methods in org.apache.activemq.broker.region that return types with arguments of type ConnectionState Modifier and Type Method Description 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 Modifier and Type Field Description protected ConcurrentMap<ConnectionId,ConnectionState>
ConnectionStateTracker. connectionStates
Methods in org.apache.activemq.state with parameters of type ConnectionState Modifier and Type Method Description protected void
ConnectionStateTracker. restoreSessions(Transport transport, ConnectionState connectionState)
protected void
ConnectionStateTracker. restoreTempDestinations(Transport transport, ConnectionState connectionState)
-