org.jboss.messaging.jms.server.management.impl
Class JMSManagementServiceImpl

java.lang.Object
  extended by org.jboss.messaging.jms.server.management.impl.JMSManagementServiceImpl
All Implemented Interfaces:
JMSManagementService

public class JMSManagementServiceImpl
extends java.lang.Object
implements JMSManagementService


Constructor Summary
JMSManagementServiceImpl(ManagementService managementService)
           
 
Method Summary
 void registerConnectionFactory(java.lang.String name, JBossConnectionFactory connectionFactory, java.util.List<java.lang.String> bindings)
           
 JMSServerControl registerJMSServer(JMSServerManager server)
           
 void registerQueue(JBossQueue queue, java.lang.String jndiBinding)
           
 void registerTopic(JBossTopic topic, java.lang.String jndiBinding)
           
 void unregisterConnectionFactory(java.lang.String name)
           
 void unregisterJMSServer()
           
 void unregisterQueue(java.lang.String name)
           
 void unregisterTopic(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSManagementServiceImpl

public JMSManagementServiceImpl(ManagementService managementService)
Method Detail

registerJMSServer

public JMSServerControl registerJMSServer(JMSServerManager server)
                                   throws java.lang.Exception
Specified by:
registerJMSServer in interface JMSManagementService
Throws:
java.lang.Exception

unregisterJMSServer

public void unregisterJMSServer()
                         throws java.lang.Exception
Specified by:
unregisterJMSServer in interface JMSManagementService
Throws:
java.lang.Exception

registerQueue

public void registerQueue(JBossQueue queue,
                          java.lang.String jndiBinding)
                   throws java.lang.Exception
Specified by:
registerQueue in interface JMSManagementService
Throws:
java.lang.Exception

unregisterQueue

public void unregisterQueue(java.lang.String name)
                     throws java.lang.Exception
Specified by:
unregisterQueue in interface JMSManagementService
Throws:
java.lang.Exception

registerTopic

public void registerTopic(JBossTopic topic,
                          java.lang.String jndiBinding)
                   throws java.lang.Exception
Specified by:
registerTopic in interface JMSManagementService
Throws:
java.lang.Exception

unregisterTopic

public void unregisterTopic(java.lang.String name)
                     throws java.lang.Exception
Specified by:
unregisterTopic in interface JMSManagementService
Throws:
java.lang.Exception

registerConnectionFactory

public void registerConnectionFactory(java.lang.String name,
                                      JBossConnectionFactory connectionFactory,
                                      java.util.List<java.lang.String> bindings)
                               throws java.lang.Exception
Specified by:
registerConnectionFactory in interface JMSManagementService
Throws:
java.lang.Exception

unregisterConnectionFactory

public void unregisterConnectionFactory(java.lang.String name)
                                 throws java.lang.Exception
Specified by:
unregisterConnectionFactory in interface JMSManagementService
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.