|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagementContext | |
---|---|
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 |
Uses of ManagementContext in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return ManagementContext | |
---|---|
ManagementContext |
BrokerService.getManagementContext()
|
Methods in org.apache.activemq.broker with parameters of type ManagementContext | |
---|---|
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)
|
Uses of ManagementContext in org.apache.activemq.broker.jmx |
---|
Methods in org.apache.activemq.broker.jmx with parameters of type ManagementContext | |
---|---|
static void |
AnnotatedMBean.registerMBean(ManagementContext context,
java.lang.Object object,
javax.management.ObjectName objectName)
|
Constructors in org.apache.activemq.broker.jmx with parameters of type ManagementContext | |
---|---|
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,
ManagementContext context,
javax.management.ObjectName connectorName)
|
|
ManagedTransportConnector(ManagementContext context,
javax.management.ObjectName connectorName,
TransportServer server)
|
Uses of ManagementContext in org.apache.activemq.transport |
---|
Methods in org.apache.activemq.transport with parameters of type ManagementContext | |
---|---|
static java.lang.String |
TransportLoggerView.createTransportLoggerObjectNameRoot(ManagementContext managementContext)
Creates the part of the ObjectName that will be used by all MBeans. |
Constructors in org.apache.activemq.transport with parameters of type ManagementContext | |
---|---|
TransportLoggerControl(ManagementContext managementContext)
Constructor |
|
TransportLoggerView(TransportLogger transportLogger,
java.lang.String nextTransportName,
int id,
ManagementContext managementContext)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |