|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportConnection | |
---|---|
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. |
Uses of TransportConnection in org.apache.activemq.broker |
---|
Fields in org.apache.activemq.broker with type parameters of type TransportConnection | |
---|---|
protected java.util.concurrent.CopyOnWriteArrayList<TransportConnection> |
TransportConnector.connections
|
Methods in org.apache.activemq.broker that return TransportConnection | |
---|---|
TransportConnection |
TransportConnectionState.getConnection()
|
Methods in org.apache.activemq.broker that return types with arguments of type TransportConnection | |
---|---|
java.util.concurrent.CopyOnWriteArrayList<TransportConnection> |
TransportConnector.getConnections()
|
Methods in org.apache.activemq.broker with parameters of type TransportConnection | |
---|---|
protected void |
TransportStatusDetector.doCollection(TransportConnection tc)
|
void |
TransportConnector.onStarted(TransportConnection connection)
|
void |
TransportConnector.onStopped(TransportConnection connection)
|
void |
TransportConnectionState.setConnection(TransportConnection connection)
|
Constructors in org.apache.activemq.broker with parameters of type TransportConnection | |
---|---|
TransportConnectionState(ConnectionInfo info,
TransportConnection transportConnection)
|
Uses of TransportConnection in org.apache.activemq.broker.jmx |
---|
Subclasses of TransportConnection in org.apache.activemq.broker.jmx | |
---|---|
class |
ManagedTransportConnection
A managed transport connection |
Uses of TransportConnection in org.apache.activemq.network |
---|
Methods in org.apache.activemq.network with parameters of type TransportConnection | |
---|---|
void |
DemandForwardingBridgeSupport.duplexStart(TransportConnection connection,
BrokerInfo localBrokerInfo,
BrokerInfo remoteBrokerInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |