Class ManagementConnector
java.lang.Object
org.apache.activemq.artemis.core.server.management.ManagementConnector
- All Implemented Interfaces:
ActiveMQComponent
-
Constructor Summary
ConstructorsConstructorDescriptionManagementConnector(JMXConnectorConfiguration configuration, ActiveMQSecurityManager securityManager) -
Method Summary
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
-
ManagementConnector
public ManagementConnector(JMXConnectorConfiguration configuration, ActiveMQSecurityManager securityManager)
-
-
Method Details
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceActiveMQComponent
-
start
- Specified by:
startin interfaceActiveMQComponent- Throws:
Exception
-
stop
public void stop()- Specified by:
stopin interfaceActiveMQComponent
-
getConnectorServerFactory
-