org.apache.geronimo.gbean
Class DynamicGAttributeInfo
java.lang.Object
org.apache.geronimo.gbean.GAttributeInfo
org.apache.geronimo.gbean.DynamicGAttributeInfo
- All Implemented Interfaces:
- Serializable
public class DynamicGAttributeInfo
- extends GAttributeInfo
Describes an attibute of a GBean.
- See Also:
- Serialized Form
|
Constructor Summary |
DynamicGAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
boolean readable,
boolean writable)
|
DynamicGAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
boolean encrypted,
boolean readable,
boolean writable)
|
| Methods inherited from class org.apache.geronimo.gbean.GAttributeInfo |
getGetterName, getName, getSetterName, getType, isEncrypted, isManageable, isPersistent, isReadable, isWritable, toString, toXML |
DynamicGAttributeInfo
public DynamicGAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
boolean encrypted,
boolean readable,
boolean writable)
DynamicGAttributeInfo
public DynamicGAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
boolean readable,
boolean writable)
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.