Save This Page
Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
class: QualifiedAttributeValueExp [javadoc | source]
java.lang.Object
   javax.management.AttributeValueExp
      javax.management.QualifiedAttributeValueExp

All Implemented Interfaces:
    ValueExp

Represents attributes used as arguments to relational constraints, where the attribute must be in an MBean of a specified {@linkplain MBeanInfo#getClassName() class}. A QualifiedAttributeValueExp may be used anywhere a ValueExp is required.

Constructor:
 public QualifiedAttributeValueExp() 
     public QualifiedAttributeValueExp(String className,
        String attr) 
      Creates a new QualifiedAttributeValueExp representing the specified object attribute, named attr with class name className.
    Method from javax.management.QualifiedAttributeValueExp Summary:
    apply,   getAttrClassName,   toString
    Methods from javax.management.AttributeValueExp:
    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.QualifiedAttributeValueExp Detail:
     public ValueExp apply(ObjectName name) throws InvalidApplicationException, BadBinaryOpValueExpException, BadStringOperationException, BadAttributeValueExpException 
      Applies the QualifiedAttributeValueExp to an MBean.
     public String getAttrClassName() 
      Returns a string representation of the class name of the attribute.
     public String toString() 
      Returns the string representing its value