public class JMSManagementServiceImpl extends Object implements JMSManagementService
Constructor and Description |
---|
JMSManagementServiceImpl(ManagementService managementService,
HornetQServer server,
JMSServerManager jmsServerManager) |
Modifier and Type | Method and Description |
---|---|
void |
registerConnectionFactory(String name,
ConnectionFactoryConfiguration cfConfig,
HornetQConnectionFactory connectionFactory) |
JMSServerControl |
registerJMSServer(JMSServerManager server) |
void |
registerQueue(HornetQQueue queue,
Queue serverQueue) |
void |
registerTopic(HornetQTopic topic) |
void |
stop() |
void |
unregisterConnectionFactory(String name) |
void |
unregisterJMSServer() |
void |
unregisterQueue(String name) |
void |
unregisterTopic(String name) |
public JMSManagementServiceImpl(ManagementService managementService, HornetQServer 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(HornetQQueue queue, Queue serverQueue) throws Exception
registerQueue
in interface JMSManagementService
Exception
public void unregisterQueue(String name) throws Exception
unregisterQueue
in interface JMSManagementService
Exception
public void registerTopic(HornetQTopic 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, HornetQConnectionFactory 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 © 2012 JBoss by Red Hat. All Rights Reserved.