Uses of Class
org.apache.activemq.broker.TransportConnectionState
Packages that use TransportConnectionState
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
-
Uses of TransportConnectionState in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return TransportConnectionStateModifier and TypeMethodDescriptionMapTransportConnectionStateRegister.lookupConnectionState(String connectionId) MapTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId) MapTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ConsumerId id) MapTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ProducerId id) MapTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.SessionId id) SingleTransportConnectionStateRegister.lookupConnectionState(String connectionId) SingleTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId) SingleTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ConsumerId id) SingleTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ProducerId id) SingleTransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.SessionId id) protected TransportConnectionStateTransportConnection.lookupConnectionState(String connectionId) TransportConnection.lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId) protected TransportConnectionStateTransportConnection.lookupConnectionState(org.apache.activemq.command.ConsumerId id) protected TransportConnectionStateTransportConnection.lookupConnectionState(org.apache.activemq.command.ProducerId id) protected TransportConnectionStateTransportConnection.lookupConnectionState(org.apache.activemq.command.SessionId id) TransportConnectionStateRegister.lookupConnectionState(String connectionId) TransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId) TransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ConsumerId id) TransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.ProducerId id) TransportConnectionStateRegister.lookupConnectionState(org.apache.activemq.command.SessionId id) MapTransportConnectionStateRegister.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) SingleTransportConnectionStateRegister.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) protected TransportConnectionStateTransportConnection.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) TransportConnectionStateRegister.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) MapTransportConnectionStateRegister.unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId) SingleTransportConnectionStateRegister.unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId) protected TransportConnectionStateTransportConnection.unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId) TransportConnectionStateRegister.unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId) Methods in org.apache.activemq.broker that return types with arguments of type TransportConnectionStateModifier and TypeMethodDescriptionMapTransportConnectionStateRegister.listConnectionStates()SingleTransportConnectionStateRegister.listConnectionStates()protected List<TransportConnectionState>TransportConnection.listConnectionStates()TransportConnectionStateRegister.listConnectionStates()Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> MapTransportConnectionStateRegister.mapStates()Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> SingleTransportConnectionStateRegister.mapStates()Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> TransportConnectionStateRegister.mapStates()Methods in org.apache.activemq.broker with parameters of type TransportConnectionStateModifier and TypeMethodDescriptionMapTransportConnectionStateRegister.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) SingleTransportConnectionStateRegister.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) protected TransportConnectionStateTransportConnection.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) TransportConnectionStateRegister.registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state)