|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionId | |
---|---|
org.apache.activemq.advisory | Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. |
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.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.state |
Uses of ConnectionId in org.apache.activemq.advisory |
---|
Fields in org.apache.activemq.advisory with type parameters of type ConnectionId | |
---|---|
protected ConcurrentHashMap<ConnectionId,ConnectionInfo> |
AdvisoryBroker.connections
|
Methods in org.apache.activemq.advisory that return types with arguments of type ConnectionId | |
---|---|
Map<ConnectionId,ConnectionInfo> |
AdvisoryBroker.getAdvisoryConnections()
|
Uses of ConnectionId in org.apache.activemq.broker |
---|
Fields in org.apache.activemq.broker with type parameters of type ConnectionId | |
---|---|
protected Map<ConnectionId,ConnectionState> |
TransportConnection.brokerConnectionStates
|
Methods in org.apache.activemq.broker that return ConnectionId | |
---|---|
ConnectionId |
ConnectionContext.getConnectionId()
|
Methods in org.apache.activemq.broker that return types with arguments of type ConnectionId | |
---|---|
Map<ConnectionId,TransportConnectionState> |
TransportConnectionStateRegister.mapStates()
|
Map<ConnectionId,TransportConnectionState> |
SingleTransportConnectionStateRegister.mapStates()
|
Map<ConnectionId,TransportConnectionState> |
MapTransportConnectionStateRegister.mapStates()
|
Uses of ConnectionId in org.apache.activemq.broker.region |
---|
Fields in org.apache.activemq.broker.region with type parameters of type ConnectionId | |
---|---|
protected Map<ConnectionId,ConnectionState> |
RegionBroker.connectionStates
|
Methods in org.apache.activemq.broker.region that return types with arguments of type ConnectionId | |
---|---|
Map<ConnectionId,ConnectionState> |
RegionBroker.getConnectionStates()
|
Methods in org.apache.activemq.broker.region with parameters of type ConnectionId | |
---|---|
protected boolean |
RegionBroker.isEqual(ConnectionId connectionId,
ConnectionId connectionId2)
|
Uses of ConnectionId in org.apache.activemq.command |
---|
Fields in org.apache.activemq.command declared as ConnectionId | |
---|---|
protected ConnectionId |
ConnectionInfo.connectionId
|
protected ConnectionId |
DestinationInfo.connectionId
|
protected ConnectionId |
RemoveSubscriptionInfo.connectionId
|
protected ConnectionId |
TransactionInfo.connectionId
|
protected ConnectionId |
LocalTransactionId.connectionId
|
protected ConnectionId |
SessionId.parentId
|
Methods in org.apache.activemq.command that return ConnectionId | |
---|---|
ConnectionId |
ConnectionInfo.getConnectionId()
|
ConnectionId |
DestinationInfo.getConnectionId()
|
ConnectionId |
RemoveSubscriptionInfo.getConnectionId()
|
ConnectionId |
TransactionInfo.getConnectionId()
|
ConnectionId |
ConnectionError.getConnectionId()
|
ConnectionId |
LocalTransactionId.getConnectionId()
|
ConnectionId |
SessionId.getParentId()
|
Methods in org.apache.activemq.command with parameters of type ConnectionId | |
---|---|
int |
ConnectionId.compareTo(ConnectionId o)
|
void |
ConnectionInfo.setConnectionId(ConnectionId connectionId)
|
void |
DestinationInfo.setConnectionId(ConnectionId connectionId)
|
void |
RemoveSubscriptionInfo.setConnectionId(ConnectionId connectionId)
|
void |
TransactionInfo.setConnectionId(ConnectionId connectionId)
|
void |
ConnectionError.setConnectionId(ConnectionId connectionId)
|
void |
LocalTransactionId.setConnectionId(ConnectionId connectionId)
|
Constructors in org.apache.activemq.command with parameters of type ConnectionId | |
---|---|
ActiveMQTempQueue(ConnectionId connectionId,
long sequenceId)
|
|
ActiveMQTempTopic(ConnectionId connectionId,
long sequenceId)
|
|
ConnectionId(ConnectionId id)
|
|
ConnectionInfo(ConnectionId connectionId)
|
|
DestinationInfo(ConnectionId connectionId,
byte operationType,
ActiveMQDestination destination)
|
|
LocalTransactionId(ConnectionId connectionId,
long transactionId)
|
|
SessionId(ConnectionId connectionId,
long sessionId)
|
|
TransactionInfo(ConnectionId connectionId,
TransactionId transactionId,
byte type)
|
Uses of ConnectionId in org.apache.activemq.state |
---|
Fields in org.apache.activemq.state with type parameters of type ConnectionId | |
---|---|
protected ConcurrentHashMap<ConnectionId,ConnectionState> |
ConnectionStateTracker.connectionStates
|
Methods in org.apache.activemq.state with parameters of type ConnectionId | |
---|---|
Response |
CommandVisitor.processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId)
|
Response |
CommandVisitorAdapter.processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId)
|
Response |
ConnectionStateTracker.processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |