|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
void |
LocalAttributeManager.setValue(Artifact configurationName,
AbstractName gbeanName,
GAttributeInfo attribute,
Object value,
ClassLoader classLoader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||