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
|
Modifier and Type | Class and Description |
---|---|
class |
TransportConnection |
Modifier and Type | Method and Description |
---|---|
protected Connection |
TransportConnector.createConnection(Transport transport) |
Connection[] |
EmptyBroker.getClients() |
Connection[] |
MutableBrokerFilter.getClients() |
Connection[] |
Broker.getClients() |
Connection[] |
BrokerFilter.getClients() |
Connection[] |
ErrorBroker.getClients() |
Connection |
ConnectionContext.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
EmptyBroker.addBroker(Connection connection,
BrokerInfo info) |
void |
MutableBrokerFilter.addBroker(Connection connection,
BrokerInfo info) |
void |
Broker.addBroker(Connection connection,
BrokerInfo info)
A remote Broker connects
|
void |
BrokerFilter.addBroker(Connection connection,
BrokerInfo info) |
void |
BrokerBroadcaster.addBroker(Connection connection,
BrokerInfo info) |
void |
ErrorBroker.addBroker(Connection connection,
BrokerInfo info) |
void |
EmptyBroker.removeBroker(Connection connection,
BrokerInfo info) |
void |
MutableBrokerFilter.removeBroker(Connection connection,
BrokerInfo info) |
void |
Broker.removeBroker(Connection connection,
BrokerInfo info)
Remove a BrokerInfo
|
void |
BrokerFilter.removeBroker(Connection connection,
BrokerInfo info) |
void |
ErrorBroker.removeBroker(Connection connection,
BrokerInfo info) |
void |
ConnectionContext.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedTransportConnection
A managed transport connection
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
ManagedTransportConnector.createConnection(Transport transport) |
Constructor and Description |
---|
ConnectionView(Connection connection) |
ConnectionView(Connection connection,
ManagementContext managementContext) |
Modifier and Type | Method and Description |
---|---|
Connection[] |
RegionBroker.getClients() |
Modifier and Type | Method and Description |
---|---|
void |
RegionBroker.addBroker(Connection connection,
BrokerInfo info) |
void |
RegionBroker.removeBroker(Connection connection,
BrokerInfo info) |
Modifier and Type | Method and Description |
---|---|
Connection[] |
LoggingBrokerPlugin.getClients() |
Modifier and Type | Method and Description |
---|---|
void |
LoggingBrokerPlugin.addBroker(Connection connection,
BrokerInfo info) |
void |
LoggingBrokerPlugin.removeBroker(Connection connection,
BrokerInfo info) |
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.