Uses of Interface
org.apache.activemq.broker.Connector
-
Packages that use Connector 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. -
-
Uses of Connector in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement Connector Modifier and Type Class Description class
TransportConnector
Methods in org.apache.activemq.broker that return Connector Modifier and Type Method Description Connector
Connection. getConnector()
Connector
ConnectionContext. getConnector()
Connector
TransportConnection. getConnector()
Methods in org.apache.activemq.broker with parameters of type Connector Modifier and Type Method Description void
ConnectionContext. setConnector(Connector connector)
-
Uses of Connector in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement Connector Modifier and Type Class Description class
ManagedTransportConnector
A managed transport connector which can create multiple managed connections as clients connect.Constructors in org.apache.activemq.broker.jmx with parameters of type Connector Constructor Description ConnectorView(Connector connector)
-