Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
org.apache.activemq.network |
Support for federated networks of brokers.
|
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<TransportConnection> |
TransportConnector.connections |
Modifier and Type | Method and Description |
---|---|
TransportConnection |
TransportConnectionState.getConnection() |
Modifier and Type | Method and Description |
---|---|
CopyOnWriteArrayList<TransportConnection> |
TransportConnector.getConnections() |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportStatusDetector.doCollection(TransportConnection tc) |
void |
TransportConnector.onStarted(TransportConnection connection) |
void |
TransportConnector.onStopped(TransportConnection connection) |
void |
TransportConnectionState.setConnection(TransportConnection connection) |
Constructor and Description |
---|
TransportConnectionState(ConnectionInfo info,
TransportConnection transportConnection) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedTransportConnection
A managed transport connection
|
Modifier and Type | Method and Description |
---|---|
void |
DemandForwardingBridgeSupport.duplexStart(TransportConnection connection,
BrokerInfo localBrokerInfo,
BrokerInfo remoteBrokerInfo) |
Copyright © 2005–2015. All rights reserved.