Class ManagementContext
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.management.ManagementContext
-
- All Implemented Interfaces:
ActiveMQComponent,ServiceComponent
public class ManagementContext extends Object implements ServiceComponent
-
-
Constructor Summary
Constructors Constructor Description ManagementContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMXAccessControlListgetAccessControlList()ArtemisMBeanServerGuardgetArtemisMBeanServerGuard()JMXConnectorConfigurationgetJmxConnectorConfiguration()ManagementConnectorgetManagementConnector()ActiveMQSecurityManagergetSecurityManager()HawtioSecurityControlgetSecurityMBean(StorageManager storageManager)voidinit()booleanisStarted()voidsetAccessControlList(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, wait
-
Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop
-
-
-
-
Method Detail
-
init
public void init()
-
start
public void start() throws Exception- Specified by:
startin interfaceActiveMQComponent- Throws:
Exception
-
stop
public void stop() throws Exception- Specified by:
stopin interfaceActiveMQComponent- Throws:
Exception
-
stop
public void stop(boolean shutdown) throws Exception- Specified by:
stopin interfaceServiceComponent- Throws:
Exception
-
isStarted
public boolean isStarted()
- Specified by:
isStartedin interfaceActiveMQComponent
-
setAccessControlList
public void setAccessControlList(JMXAccessControlList accessControlList)
-
getAccessControlList
public JMXAccessControlList getAccessControlList()
-
setJmxConnectorConfiguration
public void setJmxConnectorConfiguration(JMXConnectorConfiguration jmxConnectorConfiguration)
-
getJmxConnectorConfiguration
public JMXConnectorConfiguration getJmxConnectorConfiguration()
-
getSecurityMBean
public HawtioSecurityControl getSecurityMBean(StorageManager storageManager)
-
getArtemisMBeanServerGuard
public ArtemisMBeanServerGuard getArtemisMBeanServerGuard()
-
setSecurityManager
public void setSecurityManager(ActiveMQSecurityManager securityManager)
-
getSecurityManager
public ActiveMQSecurityManager getSecurityManager()
-
getManagementConnector
public ManagementConnector getManagementConnector()
-
-