| 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 |
| 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 ObjectInstance |
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,
org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
org.apache.activemq.thread.Scheduler scheduler,
ThreadPoolExecutor executor) |
ManagedTransportConnection(TransportConnector connector,
org.apache.activemq.transport.Transport transport,
Broker broker,
org.apache.activemq.thread.TaskRunnerFactory factory,
org.apache.activemq.thread.TaskRunnerFactory stopFactory,
ManagementContext context,
ObjectName connectorName) |
ManagedTransportConnector(ManagementContext context,
ObjectName connectorName,
org.apache.activemq.transport.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–2020 The Apache Software Foundation. All rights reserved.