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

Packages that use GbeanType
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin.model   
 

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

Methods in org.apache.geronimo.system.configuration that return GbeanType
static GbeanType AttributesXmlUtil.loadGbean(Reader in)
           
 GbeanType GBeanOverride.writeXml()
          Creates a new child of the supplied parent with the data for this GBeanOverride, adds it to the parent, and then returns the new child element.
 

Method parameters in org.apache.geronimo.system.configuration with type arguments of type GbeanType
 void LocalAttributeManager.setModuleGBeans(Artifact moduleName, List<GbeanType> gbeans, boolean load, String condition)
           
 void PluginAttributeStore.setModuleGBeans(Artifact moduleName, List<GbeanType> gbeans, boolean load, String condition)
          Adds a group of settings to the attribute store.
 

Constructors in org.apache.geronimo.system.configuration with parameters of type GbeanType
GBeanOverride(GbeanType gbean, JexlExpressionParser expressionParser)
           
 

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

Fields in org.apache.geronimo.system.plugin.model with type parameters of type GbeanType
protected  List<GbeanType> ConfigXmlContentType.gbean
           
protected  List<GbeanType> ModuleType.gbean
           
 

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

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type GbeanType
 JAXBElement<GbeanType> ObjectFactory.createGbean(GbeanType value)
          Create an instance of JAXBElement<GbeanType>}
 List<GbeanType> ConfigXmlContentType.getGbean()
          Gets the value of the gbean property.
 List<GbeanType> ModuleType.getGbean()
          Gets the value of the gbean property.
 

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



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