Represents attributes used as arguments to relational constraints, where the attribute must be in an MBean of a specified class. A QualifiedAttributeValueExp may be used anywhere a ValueExp is required.
Modifier and Type | Field and Description |
---|---|
private String | |
private static final long |
Access | Constructor and Description |
---|---|
public | QualifiedAttributeValueExp()
Deprecated
see
AttributeValueExp#AttributeValueExp()
Basic Constructor. |
public | QualifiedAttributeValueExp(String className, String attr)
Creates a new QualifiedAttributeValueExp representing the specified object attribute, named attr with class name className. |
Modifier and Type | Method and Description |
---|---|
public ValueExp | Returns: The ValueExp.The name of the MBean on which the QualifiedAttributeValueExp will be applied. name)Overrides javax. Implements javax. Applies the QualifiedAttributeValueExp to an MBean. |
public String | |
public String | toString()
Overrides javax. Returns the string representing its value |
className | back to summary |
---|---|
private String className |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
QualifiedAttributeValueExp | back to summary |
---|---|
public QualifiedAttributeValueExp()
Deprecated Basic Constructor.
|
QualifiedAttributeValueExp | back to summary |
---|---|
public QualifiedAttributeValueExp(String className, String attr) Creates a new QualifiedAttributeValueExp representing the specified object attribute, named attr with class name className. |
apply | back to summary |
---|---|
public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException Overrides javax. Implements javax. Applies the QualifiedAttributeValueExp to an MBean.
|
getAttrClassName | back to summary |
---|---|
public String getAttrClassName() Returns a string representation of the class name of the attribute. |
toString | back to summary |
---|---|
public String toString() Overrides javax. Returns the string representing its value
|