Uses of Interface
org.apache.geronimo.management.geronimo.JMSManager

Packages that use JMSManager
org.apache.geronimo.activemq The JMS container using GBeans for deployment in Apache Geronimo 
org.apache.geronimo.activemq.management   
org.apache.geronimo.console.jmsmanager.server   
org.apache.geronimo.console.util   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.management.geronimo   
 

Uses of JMSManager in org.apache.geronimo.activemq
 

Subinterfaces of JMSManager in org.apache.geronimo.activemq
 interface ActiveMQManager
          The GBean interface for the ActiveMQ management GBean.
 

Methods in org.apache.geronimo.activemq that return JMSManager
 JMSManager BrokerServiceGBeanImpl.getManager()
           
 

Methods in org.apache.geronimo.activemq with parameters of type JMSManager
 void BrokerServiceGBeanImpl.setManager(JMSManager manager)
           
 

Uses of JMSManager in org.apache.geronimo.activemq.management
 

Classes in org.apache.geronimo.activemq.management that implement JMSManager
 class ActiveMQManagerGBean
          Implementation of the ActiveMQ management interface.
 

Uses of JMSManager in org.apache.geronimo.console.jmsmanager.server
 

Methods in org.apache.geronimo.console.jmsmanager.server with parameters of type JMSManager
protected static List BaseJMSPortlet.getBrokerList(javax.portlet.RenderRequest renderRequest, JMSManager manager)
          Gets a Map relating broker name to JMSBroker instance
 

Uses of JMSManager in org.apache.geronimo.console.util
 

Methods in org.apache.geronimo.console.util with parameters of type JMSManager
static JMSConnector PortletManager.createJMSConnector(javax.portlet.PortletRequest request, JMSManager manager, AbstractName containerName, String name, String protocol, String host, int port)
           
 

Uses of JMSManager in org.apache.geronimo.j2ee.management.impl
 

Methods in org.apache.geronimo.j2ee.management.impl that return JMSManager
 JMSManager[] J2EEServerImpl.getJMSManagers()
           
 

Uses of JMSManager in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return JMSManager
 JMSManager[] J2EEServer.getJMSManagers()
          Gets the JMS Managers associated with this J2EEServer, or null if there are none in the current server configuration.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.