public interface TransportConnectionStateRegister
TransportConnectionState registerConnectionState(org.apache.activemq.command.ConnectionId connectionId, TransportConnectionState state)
TransportConnectionState unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId)
List<TransportConnectionState> listConnectionStates()
Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> mapStates()
TransportConnectionState lookupConnectionState(String connectionId)
TransportConnectionState lookupConnectionState(org.apache.activemq.command.ConsumerId id)
TransportConnectionState lookupConnectionState(org.apache.activemq.command.ProducerId id)
TransportConnectionState lookupConnectionState(org.apache.activemq.command.SessionId id)
TransportConnectionState lookupConnectionState(org.apache.activemq.command.ConnectionId connectionId)
boolean isEmpty()
boolean doesHandleMultipleConnectionStates()
void intialize(TransportConnectionStateRegister other)
void clear()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.