public interface TransportConnectionStateRegister
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
doesHandleMultipleConnectionStates() |
void |
intialize(TransportConnectionStateRegister other) |
boolean |
isEmpty() |
List<TransportConnectionState> |
listConnectionStates() |
TransportConnectionState |
lookupConnectionState(org.apache.activemq.command.ConnectionId 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(String connectionId) |
Map<org.apache.activemq.command.ConnectionId,TransportConnectionState> |
mapStates() |
TransportConnectionState |
registerConnectionState(org.apache.activemq.command.ConnectionId connectionId,
TransportConnectionState state) |
TransportConnectionState |
unregisterConnectionState(org.apache.activemq.command.ConnectionId connectionId) |
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–2016 The Apache Software Foundation. All rights reserved.