public class JMSManagementServiceImpl extends Object implements JMSManagementService
| Constructor and Description |
|---|
JMSManagementServiceImpl(org.apache.activemq.artemis.core.server.management.ManagementService managementService,
org.apache.activemq.artemis.core.server.ActiveMQServer server,
JMSServerManager jmsServerManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerConnectionFactory(String name,
ConnectionFactoryConfiguration cfConfig,
ActiveMQConnectionFactory connectionFactory) |
JMSServerControl |
registerJMSServer(JMSServerManager server) |
void |
registerQueue(ActiveMQQueue queue,
org.apache.activemq.artemis.core.server.Queue serverQueue) |
void |
registerTopic(ActiveMQTopic topic) |
void |
stop() |
void |
unregisterConnectionFactory(String name) |
void |
unregisterJMSServer() |
void |
unregisterQueue(String name) |
void |
unregisterTopic(String name) |
public JMSManagementServiceImpl(org.apache.activemq.artemis.core.server.management.ManagementService managementService,
org.apache.activemq.artemis.core.server.ActiveMQServer server,
JMSServerManager jmsServerManager)
public JMSServerControl registerJMSServer(JMSServerManager server) throws Exception
registerJMSServer in interface JMSManagementServiceExceptionpublic void unregisterJMSServer()
throws Exception
unregisterJMSServer in interface JMSManagementServiceExceptionpublic void registerQueue(ActiveMQQueue queue, org.apache.activemq.artemis.core.server.Queue serverQueue) throws Exception
registerQueue in interface JMSManagementServiceExceptionpublic void unregisterQueue(String name) throws Exception
unregisterQueue in interface JMSManagementServiceExceptionpublic void registerTopic(ActiveMQTopic topic) throws Exception
registerTopic in interface JMSManagementServiceExceptionpublic void unregisterTopic(String name) throws Exception
unregisterTopic in interface JMSManagementServiceExceptionpublic void registerConnectionFactory(String name, ConnectionFactoryConfiguration cfConfig, ActiveMQConnectionFactory connectionFactory) throws Exception
registerConnectionFactory in interface JMSManagementServiceExceptionpublic void unregisterConnectionFactory(String name) throws Exception
unregisterConnectionFactory in interface JMSManagementServiceExceptionpublic void stop()
throws Exception
stop in interface JMSManagementServiceExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.