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

Packages that use WebManager
org.apache.geronimo.console.util   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jetty6   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.tomcat   
 

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

Methods in org.apache.geronimo.console.util that return WebManager
static WebManager PortletManager.getWebManager(javax.portlet.PortletRequest request, AbstractName managerName)
           
static WebManager[] PortletManager.getWebManagers(javax.portlet.PortletRequest request)
           
 

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

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

Uses of WebManager in org.apache.geronimo.jetty6
 

Classes in org.apache.geronimo.jetty6 that implement WebManager
 class JettyManagerImpl
          Jetty implementation of WebManager.
 

Constructors in org.apache.geronimo.jetty6 with parameters of type WebManager
JettyContainerImpl(String objectName, WebManager manager)
           
 

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

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

Uses of WebManager in org.apache.geronimo.tomcat
 

Classes in org.apache.geronimo.tomcat that implement WebManager
 class TomcatManagerImpl
          Tomcat implementation of the WebManager management API.
 

Constructors in org.apache.geronimo.tomcat with parameters of type WebManager
TomcatContainer(ClassLoader classLoader, String catalinaHome, String[] applicationListeners, ObjectRetriever engineGBean, LifecycleListenerGBean listenerChain, ServerInfo serverInfo, String objectName, WebManager manager)
          GBean constructor (invoked dynamically when the gbean is declared in a plan)
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.