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

/openjdk7/jdk/src/share/classes/javax/management/
H A DAttributeValueExp.java38 * <p>An <CODE>AttributeValueExp</CODE> may be used anywhere a
43 public class AttributeValueExp implements ValueExp { class in inherits:ValueExp
55 * An <code>AttributeValueExp</code> with a null attribute.
60 public AttributeValueExp() { method in class:AttributeValueExp
64 * Creates a new <CODE>AttributeValueExp</CODE> representing the
70 public AttributeValueExp(String attr) { method in class:AttributeValueExp
84 * <p>Applies the <CODE>AttributeValueExp</CODE> on an MBean.
92 * @param name The name of the MBean on which the <CODE>AttributeValueExp</CODE> will be applied.
136 evaluted an AttributeValueExp can only appear inside a QueryExp,

Completed in 49 milliseconds