Package org.apache.activemq.broker
Interface TransportConnectionStateRegister
- All Known Implementing Classes:
MapTransportConnectionStateRegister,SingleTransportConnectionStateRegister
public interface TransportConnectionStateRegister
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanvoidbooleanisEmpty()lookupConnectionState(String connectionId) lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId) lookupConnectionState(org.apache.activemq.command.ConsumerId id) lookupConnectionState(org.apache.activemq.command.ProducerId id) lookupConnectionState(org.apache.activemq.command.SessionId id) Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId)
-
Method Details
-
registerConnectionState
TransportConnectionState registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state) -
unregisterConnectionState
TransportConnectionState unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId) -
listConnectionStates
List<TransportConnectionState> listConnectionStates() -
mapStates
Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> mapStates() -
lookupConnectionState
-
lookupConnectionState
-
lookupConnectionState
-
lookupConnectionState
-
lookupConnectionState
TransportConnectionState lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId) -
isEmpty
boolean isEmpty() -
doesHandleMultipleConnectionStates
boolean doesHandleMultipleConnectionStates() -
intialize
-
clear
void clear()
-