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

All Implemented Interfaces:
    ValueExp

This class represents the name of the Java implementation class of the MBean. It is used for performing queries based on the class of the MBean.
Constructor:
 public ClassAttributeValueExp() 
Method from javax.management.ClassAttributeValueExp Summary:
apply,   getValue,   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.ClassAttributeValueExp Detail:
 public ValueExp apply(ObjectName name) throws InvalidApplicationException, BadBinaryOpValueExpException, BadStringOperationException, BadAttributeValueExpException 
    Applies the ClassAttributeValueExp on an MBean. Returns the name of the Java implementation class of the MBean.
 protected Object getValue(ObjectName name) 
 public String toString() 
    Returns the string "Class" representing its value