Uses of Class
org.apache.activemq.broker.TransportConnection
Packages that use TransportConnection
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
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 TransportConnectionModifier and TypeFieldDescriptionprotected final CopyOnWriteArrayList<TransportConnection>TransportConnector.connectionsMethods in org.apache.activemq.broker that return TransportConnectionMethods in org.apache.activemq.broker that return types with arguments of type TransportConnectionMethods in org.apache.activemq.broker with parameters of type TransportConnectionModifier and TypeMethodDescriptionprotected 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 TransportConnectionModifierConstructorDescriptionTransportConnectionState(org.apache.activemq.command.ConnectionInfo info, TransportConnection transportConnection) -
Uses of TransportConnection in org.apache.activemq.broker.jmx
Subclasses of TransportConnection in org.apache.activemq.broker.jmx -
Uses of TransportConnection in org.apache.activemq.network
Methods in org.apache.activemq.network with parameters of type TransportConnectionModifier and TypeMethodDescriptionvoidDemandForwardingBridgeSupport.duplexStart(TransportConnection connection, org.apache.activemq.command.BrokerInfo localBrokerInfo, org.apache.activemq.command.BrokerInfo remoteBrokerInfo)