Searched defs:QualifiedAttributeValueExp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DQualifiedAttributeValueExp.java32 * MBeanInfo#getClassName() class}. A QualifiedAttributeValueExp may be used
39 class QualifiedAttributeValueExp extends AttributeValueExp { class in inherits:AttributeValueExp
56 public QualifiedAttributeValueExp() { method in class:QualifiedAttributeValueExp
60 * Creates a new QualifiedAttributeValueExp representing the specified object
63 public QualifiedAttributeValueExp(String className, String attr) { method in class:QualifiedAttributeValueExp
77 * Applies the QualifiedAttributeValueExp to an MBean.
79 * @param name The name of the MBean on which the QualifiedAttributeValueExp will be applied.

Completed in 53 milliseconds