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
|
org.apache.activemq.web |
Web Connectors so that messages can be sent via HTTP POST or read via
HTTP POST or GET as well as support for web streaming to web browser or
JavaScript clients.
|
Modifier and Type | Method and Description |
---|---|
ManagementContext |
BrokerService.getManagementContext() |
Modifier and Type | Method and Description |
---|---|
ManagedTransportConnector |
TransportConnector.asManagedConnector(ManagementContext context,
javax.management.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(java.util.concurrent.ExecutorService executor,
long timeout,
ManagementContext context,
java.lang.Object object,
javax.management.ObjectName objectName) |
static void |
AnnotatedMBean.registerMBean(ManagementContext context,
java.lang.Object object,
javax.management.ObjectName objectName) |
Constructor and Description |
---|
ConnectionView(Connection connection,
ManagementContext managementContext) |
ManagedRegionBroker(BrokerService brokerService,
ManagementContext context,
javax.management.ObjectName brokerObjectName,
TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
Scheduler scheduler,
java.util.concurrent.ThreadPoolExecutor executor) |
ManagedTransportConnection(TransportConnector connector,
Transport transport,
Broker broker,
TaskRunnerFactory factory,
TaskRunnerFactory stopFactory,
ManagementContext context,
javax.management.ObjectName connectorName) |
ManagedTransportConnector(ManagementContext context,
javax.management.ObjectName connectorName,
TransportServer server) |
Modifier and Type | Method and Description |
---|---|
static java.lang.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,
java.lang.String nextTransportName,
int id,
ManagementContext managementContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ManagementContext |
RemoteJMXBrokerFacade.getManagementContext() |
ManagementContext |
LocalBrokerFacade.getManagementContext() |
abstract ManagementContext |
BrokerFacadeSupport.getManagementContext() |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.