org.hornetq.jms.server.management
Interface JMSManagementService
- All Known Implementing Classes:
- JMSManagementServiceImpl
public interface JMSManagementService
- Author:
- Jeff Mesnil
registerJMSServer
JMSServerControl registerJMSServer(JMSServerManager server)
throws Exception
- Throws:
Exception
unregisterJMSServer
void unregisterJMSServer()
throws Exception
- Throws:
Exception
registerQueue
void registerQueue(HornetQQueue queue,
org.hornetq.core.server.Queue serverQueue)
throws Exception
- Throws:
Exception
unregisterQueue
void unregisterQueue(String name)
throws Exception
- Throws:
Exception
registerTopic
void registerTopic(HornetQTopic topic)
throws Exception
- Throws:
Exception
unregisterTopic
void unregisterTopic(String name)
throws Exception
- Throws:
Exception
registerConnectionFactory
void registerConnectionFactory(String name,
ConnectionFactoryConfiguration config,
HornetQConnectionFactory connectionFactory)
throws Exception
- Throws:
Exception
unregisterConnectionFactory
void unregisterConnectionFactory(String name)
throws Exception
- Throws:
Exception
stop
void stop()
throws Exception
- Throws:
Exception
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.