Uses of Class
org.apache.activemq.broker.TransportConnection
-
Packages that use TransportConnection 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. -
-
Uses of TransportConnection in org.apache.activemq.broker
Fields in org.apache.activemq.broker with type parameters of type TransportConnection Modifier and Type Field Description protected CopyOnWriteArrayList<TransportConnection>
TransportConnector. connections
Methods in org.apache.activemq.broker that return TransportConnection Modifier and Type Method Description TransportConnection
TransportConnectionState. getConnection()
Methods in org.apache.activemq.broker that return types with arguments of type TransportConnection Modifier and Type Method Description CopyOnWriteArrayList<TransportConnection>
TransportConnector. getConnections()
Methods in org.apache.activemq.broker with parameters of type TransportConnection Modifier and Type Method Description 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 Constructor Description TransportConnectionState(ConnectionInfo info, TransportConnection transportConnection)
-
Uses of TransportConnection in org.apache.activemq.broker.jmx
Subclasses of TransportConnection in org.apache.activemq.broker.jmx Modifier and Type Class Description 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 Modifier and Type Method Description void
DemandForwardingBridgeSupport. duplexStart(TransportConnection connection, BrokerInfo localBrokerInfo, BrokerInfo remoteBrokerInfo)
-