Class ManagementConnector
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.management.ManagementConnector
-
- All Implemented Interfaces:
ActiveMQComponent
public class ManagementConnector extends Object implements ActiveMQComponent
-
-
Constructor Summary
Constructors Constructor Description ManagementConnector(JMXConnectorConfiguration configuration, ActiveMQSecurityManager securityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorServerFactorygetConnectorServerFactory()booleanisStarted()voidstart()voidstop()-
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
-
-
-
-
Constructor Detail
-
ManagementConnector
public ManagementConnector(JMXConnectorConfiguration configuration, ActiveMQSecurityManager securityManager)
-
-
Method Detail
-
isStarted
public boolean isStarted()
- Specified by:
isStartedin interfaceActiveMQComponent
-
start
public void start() throws Exception- Specified by:
startin interfaceActiveMQComponent- Throws:
Exception
-
stop
public void stop()
- Specified by:
stopin interfaceActiveMQComponent
-
getConnectorServerFactory
public ConnectorServerFactory getConnectorServerFactory()
-
-