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. connectionsMethods in org.apache.activemq.broker that return TransportConnection Modifier and Type Method Description TransportConnectionTransportConnectionState. 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 voidTransportStatusDetector. doCollection(TransportConnection tc)voidTransportConnector. onStarted(TransportConnection connection)voidTransportConnector. onStopped(TransportConnection connection)voidTransportConnectionState. 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 classManagedTransportConnectionA 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 voidDemandForwardingBridgeSupport. duplexStart(TransportConnection connection, BrokerInfo localBrokerInfo, BrokerInfo remoteBrokerInfo)
-