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.transport |
The core Transport abstraction and support classes
|
Modifier and Type | Method and Description |
---|---|
ManagementContext |
BrokerService.getManagementContext() |
Modifier and Type | Method and Description |
---|---|
ManagedTransportConnector |
TransportConnector.asManagedConnector(ManagementContext context,
ObjectName connectorName)
Factory method to create a JMX managed version of this transport
connector
|
void |
BrokerService.setManagementContext(ManagementContext managementContext) |
Modifier and Type | Method and Description |
---|---|
static void |
AsyncAnnotatedMBean.registerMBean(ExecutorService executor,
long timeout,
ManagementContext context,
Object object,
ObjectName objectName) |
static void |
AnnotatedMBean.registerMBean(ManagementContext context,
Object object,
ObjectName objectName) |
Constructor and Description |
---|
ConnectionView(Connection connection,
ManagementContext managementContext) |
ManagedRegionBroker(BrokerService brokerService,
ManagementContext context,
ObjectName brokerObjectName,
TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
Scheduler scheduler,
ThreadPoolExecutor executor) |
ManagedTransportConnection(TransportConnector connector,
Transport transport,
Broker broker,
TaskRunnerFactory factory,
TaskRunnerFactory stopFactory,
ManagementContext context,
ObjectName connectorName) |
ManagedTransportConnector(ManagementContext context,
ObjectName connectorName,
TransportServer server) |
Modifier and Type | Method and Description |
---|---|
static String |
TransportLoggerView.createTransportLoggerObjectNameRoot(ManagementContext managementContext)
Creates the part of the ObjectName that will be used by all MBeans.
|
Constructor and Description |
---|
TransportLoggerControl(ManagementContext managementContext)
Constructor
|
TransportLoggerView(TransportLogger transportLogger,
String nextTransportName,
int id,
ManagementContext managementContext)
Constructor.
|
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.