Uses of Class
org.apache.activemq.broker.jmx.ManagementContext
-
Packages that use ManagementContext 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 -
-
Uses of ManagementContext in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return ManagementContext Modifier and Type Method Description ManagementContextBrokerService. getManagementContext()Methods in org.apache.activemq.broker with parameters of type ManagementContext Modifier and Type Method Description ManagedTransportConnectorTransportConnector. asManagedConnector(ManagementContext context, ObjectName connectorName)Factory method to create a JMX managed version of this transport connectorvoidBrokerService. setManagementContext(ManagementContext managementContext) -
Uses of ManagementContext in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type ManagementContext Modifier and Type Method Description static voidAnnotatedMBean. registerMBean(ManagementContext context, Object object, ObjectName objectName)static ObjectInstanceAsyncAnnotatedMBean. registerMBean(ExecutorService executor, long timeout, ManagementContext context, Object object, ObjectName objectName)Constructors in org.apache.activemq.broker.jmx with parameters of type ManagementContext Constructor 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) -
Uses of ManagementContext in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type ManagementContext Modifier and Type Method Description static StringTransportLoggerView. 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 Constructor Description TransportLoggerControl(ManagementContext managementContext)ConstructorTransportLoggerView(TransportLogger transportLogger, String nextTransportName, int id, ManagementContext managementContext)Constructor.
-