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   
 

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 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)
          Sets the stored value for a particular attribute.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.