org.jboss.messaging.jms.server.management
Interface JMSManagementService
- All Known Implementing Classes:
- JMSManagementServiceImpl
public interface JMSManagementService
- Version:
- $Revision$
- Author:
- Jeff Mesnil
registerJMSServer
JMSServerControl registerJMSServer(JMSServerManager server)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterJMSServer
void unregisterJMSServer()
throws java.lang.Exception
- Throws:
java.lang.Exception
registerQueue
void registerQueue(JBossQueue queue,
java.lang.String jndiBinding)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterQueue
void unregisterQueue(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
registerTopic
void registerTopic(JBossTopic topic,
java.lang.String jndiBinding)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterTopic
void unregisterTopic(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
registerConnectionFactory
void registerConnectionFactory(java.lang.String name,
JBossConnectionFactory connectionFactory,
java.util.List<java.lang.String> bindings)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterConnectionFactory
void unregisterConnectionFactory(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.