Uses of Interface
org.apache.activemq.broker.Connection
-
Packages that use Connection 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.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.util Some utility Broker Plugins -
-
Uses of Connection in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement Connection Modifier and Type Class Description class
TransportConnection
Methods in org.apache.activemq.broker that return Connection Modifier and Type Method Description protected Connection
TransportConnector. createConnection(Transport transport)
Connection[]
Broker. getClients()
Connection[]
BrokerFilter. getClients()
Connection[]
EmptyBroker. getClients()
Connection[]
ErrorBroker. getClients()
Connection
ConnectionContext. getConnection()
Methods in org.apache.activemq.broker with parameters of type Connection Modifier and Type Method Description void
Broker. addBroker(Connection connection, BrokerInfo info)
A remote Broker connectsvoid
BrokerBroadcaster. addBroker(Connection connection, BrokerInfo info)
void
BrokerFilter. addBroker(Connection connection, BrokerInfo info)
void
EmptyBroker. addBroker(Connection connection, BrokerInfo info)
void
ErrorBroker. addBroker(Connection connection, BrokerInfo info)
void
Broker. removeBroker(Connection connection, BrokerInfo info)
Remove a BrokerInfovoid
BrokerFilter. removeBroker(Connection connection, BrokerInfo info)
void
EmptyBroker. removeBroker(Connection connection, BrokerInfo info)
void
ErrorBroker. removeBroker(Connection connection, BrokerInfo info)
void
ConnectionContext. setConnection(Connection connection)
-
Uses of Connection in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement Connection Modifier and Type Class Description class
ManagedTransportConnection
A managed transport connectionMethods in org.apache.activemq.broker.jmx that return Connection Modifier and Type Method Description protected Connection
ManagedTransportConnector. createConnection(Transport transport)
Constructors in org.apache.activemq.broker.jmx with parameters of type Connection Constructor Description ConnectionView(Connection connection)
ConnectionView(Connection connection, ManagementContext managementContext)
-
Uses of Connection in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return Connection Modifier and Type Method Description Connection[]
RegionBroker. getClients()
Methods in org.apache.activemq.broker.region with parameters of type Connection Modifier and Type Method Description void
RegionBroker. addBroker(Connection connection, BrokerInfo info)
void
RegionBroker. removeBroker(Connection connection, BrokerInfo info)
-
Uses of Connection in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util that return Connection Modifier and Type Method Description Connection[]
LoggingBrokerPlugin. getClients()
Methods in org.apache.activemq.broker.util with parameters of type Connection Modifier and Type Method Description void
LoggingBrokerPlugin. addBroker(Connection connection, BrokerInfo info)
void
LoggingBrokerPlugin. removeBroker(Connection connection, BrokerInfo info)
-