Uses of Class
org.apache.geronimo.gbean.GAttributeInfo

Packages that use GAttributeInfo
org.apache.geronimo.gbean   
org.apache.geronimo.gbean.runtime   
org.apache.geronimo.kernel.config   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.configuration   
 

Uses of GAttributeInfo in org.apache.geronimo.gbean
 

Subclasses of GAttributeInfo in org.apache.geronimo.gbean
 class DynamicGAttributeInfo
          Describes an attibute of a GBean.
 

Methods in org.apache.geronimo.gbean that return GAttributeInfo
 GAttributeInfo GBeanInfo.getAttribute(String name)
          Gets the info for the specified attribute, or null if there is no such attribute.
 

Methods in org.apache.geronimo.gbean that return types with arguments of type GAttributeInfo
 Set<GAttributeInfo> GBeanInfo.getAttributes()
          Returns a Set where the elements are type GAttributeInfo
 

Methods in org.apache.geronimo.gbean with parameters of type GAttributeInfo
 void GBeanInfoBuilder.addAttribute(GAttributeInfo info)
           
 

Uses of GAttributeInfo in org.apache.geronimo.gbean.runtime
 

Methods in org.apache.geronimo.gbean.runtime that return GAttributeInfo
 GAttributeInfo GBeanAttribute.getAttributeInfo()
           
 

Constructors in org.apache.geronimo.gbean.runtime with parameters of type GAttributeInfo
GBeanAttribute(GBeanInstance gbeanInstance, GAttributeInfo attributeInfo, boolean isConstructorArg)
           
 

Uses of GAttributeInfo in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config with parameters of type GAttributeInfo
 void ManageableAttributeStore.setValue(Artifact configurationName, AbstractName gbean, GAttributeInfo attribute, Object value, ClassLoader classLoader)
          Sets the stored value for a particular attribute.
 

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

Methods in org.apache.geronimo.mavenplugins.car with parameters of type GAttributeInfo
 void MavenAttributeStore.setValue(Artifact configurationName, AbstractName gbean, GAttributeInfo attribute, Object value, ClassLoader classLoader)
           
 

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

Methods in org.apache.geronimo.system.configuration with parameters of type GAttributeInfo
protected  PropertyEditor GBeanOverride.loadPropertyEditor(GAttributeInfo attribute, ClassLoader classLoader)
           
 void LocalAttributeManager.setValue(Artifact configurationName, AbstractName gbeanName, GAttributeInfo attribute, Object value, ClassLoader classLoader)
           
 



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