java.lang.Objectjavax.management.AttributeValueExp
All Implemented Interfaces:
ValueExp
Direct Known Subclasses:
QualifiedAttributeValueExp, ClassAttributeValueExp
Represents attributes used as arguments to relational constraints. Instances of this class are usually obtained using Query.attr .
An AttributeValueExp
may be used anywhere a
ValueExp
is required.
1.5
- Constructor: |
---|
AttributeValueExp with a null attribute. |
AttributeValueExp representing the
specified object attribute, named attr.
|
Method from javax.management.AttributeValueExp Summary: |
---|
apply, getAttribute, getAttributeName, setMBeanServer, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.management.AttributeValueExp Detail: |
---|
Applies the |
Return the value of the given attribute in the named MBean. If the attempt to access the attribute generates an exception, return null. The MBean Server used is the one returned by QueryEval#getMBeanServer() . |
|
Deprecated! This - method has no effect. The MBean Server used to
obtain an attribute value is QueryEval#getMBeanServer() .
|
|