org.hornetq.jms.server.management
Interface JMSManagementService

All Known Implementing Classes:
JMSManagementServiceImpl

public interface JMSManagementService

Author:
Jeff Mesnil

Method Summary
 void registerConnectionFactory(String name, ConnectionFactoryConfiguration config, HornetQConnectionFactory connectionFactory)
           
 JMSServerControl registerJMSServer(JMSServerManager server)
           
 void registerQueue(HornetQQueue queue, org.hornetq.core.server.Queue serverQueue)
           
 void registerTopic(HornetQTopic topic)
           
 void stop()
           
 void unregisterConnectionFactory(String name)
           
 void unregisterJMSServer()
           
 void unregisterQueue(String name)
           
 void unregisterTopic(String name)
           
 

Method Detail

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.