Class ManagementContext
java.lang.Object
org.apache.activemq.artemis.core.server.management.ManagementContext
- All Implemented Interfaces:
ActiveMQComponent,ServiceComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()booleanvoidsetAccessControlList(JMXAccessControlList accessControlList) voidsetJmxConnectorConfiguration(JMXConnectorConfiguration jmxConnectorConfiguration) voidsetSecurityManager(ActiveMQSecurityManager securityManager) voidstart()voidstop()voidstop(boolean shutdown) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop
-
Constructor Details
-
ManagementContext
public ManagementContext()
-
-
Method Details
-
init
public void init() -
start
- Specified by:
startin interfaceActiveMQComponent- Throws:
Exception
-
stop
- Specified by:
stopin interfaceActiveMQComponent- Throws:
Exception
-
stop
- Specified by:
stopin interfaceServiceComponent- Throws:
Exception
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceActiveMQComponent
-
setAccessControlList
-
getAccessControlList
-
setJmxConnectorConfiguration
-
getArtemisMBeanServerGuard
-
setSecurityManager
-
getSecurityManager
-
getManagementConnector
-