Uses of Interface
org.jboss.messaging.jms.server.JMSServerManager

Packages that use JMSServerManager
org.jboss.messaging.jms.server.impl   
org.jboss.messaging.jms.server.management   
org.jboss.messaging.jms.server.management.impl   
 

Uses of JMSServerManager in org.jboss.messaging.jms.server.impl
 

Classes in org.jboss.messaging.jms.server.impl that implement JMSServerManager
 class JMSServerManagerImpl
          A Deployer used to create and add to JNDI queues, topics and connection factories.
 

Constructors in org.jboss.messaging.jms.server.impl with parameters of type JMSServerManager
JMSServerDeployer(JMSServerManager jmsServerManager, DeploymentManager deploymentManager, Configuration config)
           
 

Uses of JMSServerManager in org.jboss.messaging.jms.server.management
 

Methods in org.jboss.messaging.jms.server.management with parameters of type JMSServerManager
 JMSServerControl JMSManagementService.registerJMSServer(JMSServerManager server)
           
 

Uses of JMSServerManager in org.jboss.messaging.jms.server.management.impl
 

Methods in org.jboss.messaging.jms.server.management.impl with parameters of type JMSServerManager
 JMSServerControl JMSManagementServiceImpl.registerJMSServer(JMSServerManager server)
           
 

Constructors in org.jboss.messaging.jms.server.management.impl with parameters of type JMSServerManager
JMSServerControlImpl(JMSServerManager server)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.