org.jboss.messaging.jms.server.management.impl
Class JMSManagementServiceImpl
java.lang.Object
org.jboss.messaging.jms.server.management.impl.JMSManagementServiceImpl
- All Implemented Interfaces:
- JMSManagementService
public class JMSManagementServiceImpl
- extends java.lang.Object
- implements JMSManagementService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSManagementServiceImpl
public JMSManagementServiceImpl(ManagementService managementService)
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.