Uses of Class
org.apache.geronimo.system.plugin.model.AttributesType

Packages that use AttributesType
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin   
org.apache.geronimo.system.plugin.model   
 

Uses of AttributesType in org.apache.geronimo.deployment.plugin.jmx
 

Methods in org.apache.geronimo.deployment.plugin.jmx with parameters of type AttributesType
 void RemoteDeploymentManager.mergeOverrides(String server, AttributesType overrides)
           
 

Uses of AttributesType in org.apache.geronimo.mavenplugins.car
 

Methods in org.apache.geronimo.mavenplugins.car that return AttributesType
 AttributesType Override.getOverrides(File base)
           
 

Uses of AttributesType in org.apache.geronimo.system.configuration
 

Methods in org.apache.geronimo.system.configuration that return AttributesType
static AttributesType AttributesXmlUtil.loadAttributes(Reader in)
           
 

Methods in org.apache.geronimo.system.configuration with parameters of type AttributesType
static void AttributesXmlUtil.writeAttributes(AttributesType metadata, Writer out)
           
 

Uses of AttributesType in org.apache.geronimo.system.plugin
 

Methods in org.apache.geronimo.system.plugin with parameters of type AttributesType
 void PluginInstaller.mergeOverrides(String server, AttributesType overrides)
           
 void PluginInstallerGBean.mergeOverrides(String server, AttributesType overrides)
           
 

Uses of AttributesType in org.apache.geronimo.system.plugin.model
 

Methods in org.apache.geronimo.system.plugin.model that return AttributesType
 AttributesType ObjectFactory.createAttributesType()
          Create an instance of AttributesType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type AttributesType
 JAXBElement<AttributesType> ObjectFactory.createAttributes(AttributesType value)
          Create an instance of JAXBElement<AttributesType>}
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type AttributesType
 JAXBElement<AttributesType> ObjectFactory.createAttributes(AttributesType value)
          Create an instance of JAXBElement<AttributesType>}
 



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