Uses of Class
org.apache.geronimo.management.geronimo.WebManager.ConnectorType

Packages that use WebManager.ConnectorType
org.apache.geronimo.jetty6   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.tomcat   
 

Uses of WebManager.ConnectorType in org.apache.geronimo.jetty6
 

Methods in org.apache.geronimo.jetty6 that return WebManager.ConnectorType
 WebManager.ConnectorType JettyManagerImpl.getConnectorType(AbstractName connectorName)
           
 

Methods in org.apache.geronimo.jetty6 that return types with arguments of type WebManager.ConnectorType
 List<WebManager.ConnectorType> JettyManagerImpl.getConnectorTypes()
           
 

Methods in org.apache.geronimo.jetty6 with parameters of type WebManager.ConnectorType
 List<WebManager.ConnectorAttribute> JettyManagerImpl.getConnectorAttributes(WebManager.ConnectorType connectorType)
           
 AbstractName JettyManagerImpl.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 

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

Methods in org.apache.geronimo.management.geronimo that return WebManager.ConnectorType
 WebManager.ConnectorType WebManager.getConnectorType(AbstractName connectorName)
           
 

Methods in org.apache.geronimo.management.geronimo that return types with arguments of type WebManager.ConnectorType
 List<WebManager.ConnectorType> WebManager.getConnectorTypes()
           
 

Methods in org.apache.geronimo.management.geronimo with parameters of type WebManager.ConnectorType
 List<WebManager.ConnectorAttribute> WebManager.getConnectorAttributes(WebManager.ConnectorType connectorType)
           
 AbstractName WebManager.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 

Uses of WebManager.ConnectorType in org.apache.geronimo.tomcat
 

Methods in org.apache.geronimo.tomcat that return WebManager.ConnectorType
 WebManager.ConnectorType TomcatManagerImpl.getConnectorType(AbstractName connectorName)
           
 

Methods in org.apache.geronimo.tomcat that return types with arguments of type WebManager.ConnectorType
 List<WebManager.ConnectorType> TomcatManagerImpl.getConnectorTypes()
           
 

Methods in org.apache.geronimo.tomcat with parameters of type WebManager.ConnectorType
 List<WebManager.ConnectorAttribute> TomcatManagerImpl.getConnectorAttributes(WebManager.ConnectorType connectorType)
           
 AbstractName TomcatManagerImpl.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 



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