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

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

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

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

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

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

Methods in org.apache.geronimo.management.geronimo that return types with arguments of type WebManager.ConnectorAttribute
static List<WebManager.ConnectorAttribute> WebManager.ConnectorAttribute.copy(List<WebManager.ConnectorAttribute> source)
           
 List<WebManager.ConnectorAttribute> WebManager.getConnectorAttributes(WebManager.ConnectorType connectorType)
           
 

Method parameters in org.apache.geronimo.management.geronimo with type arguments of type WebManager.ConnectorAttribute
static List<WebManager.ConnectorAttribute> WebManager.ConnectorAttribute.copy(List<WebManager.ConnectorAttribute> source)
           
 AbstractName WebManager.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 

Constructors in org.apache.geronimo.management.geronimo with parameters of type WebManager.ConnectorAttribute
WebManager.ConnectorAttribute(WebManager.ConnectorAttribute<T> connectorAttribute)
           
 

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

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

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



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