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 JMSManagementService
Exception
public void unregisterJMSServer() throws Exception
unregisterJMSServer
in interface JMSManagementService
Exception
public void registerQueue(ActiveMQQueue queue, org.apache.activemq.artemis.core.server.Queue serverQueue) throws Exception
registerQueue
in interface JMSManagementService
Exception
public void unregisterQueue(String name) throws Exception
unregisterQueue
in interface JMSManagementService
Exception
public void registerTopic(ActiveMQTopic topic) throws Exception
registerTopic
in interface JMSManagementService
Exception
public void unregisterTopic(String name) throws Exception
unregisterTopic
in interface JMSManagementService
Exception
public void registerConnectionFactory(String name, ConnectionFactoryConfiguration cfConfig, ActiveMQConnectionFactory connectionFactory) throws Exception
registerConnectionFactory
in interface JMSManagementService
Exception
public void unregisterConnectionFactory(String name) throws Exception
unregisterConnectionFactory
in interface JMSManagementService
Exception
public void stop() throws Exception
stop
in interface JMSManagementService
Exception
Copyright © 2016 The Apache Software Foundation. All rights reserved.