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

/openjdk7/jdk/src/share/classes/javax/management/
H A DMatchQueryExp.java37 class MatchQueryExp extends QueryEval implements QueryExp { class in inherits:QueryEval,QueryExp
56 public MatchQueryExp() { method in class:MatchQueryExp
60 * Creates a new MatchQueryExp where the specified AttributeValueExp matches
63 public MatchQueryExp(AttributeValueExp a, StringValueExp s) { method in class:MatchQueryExp
84 * Applies the MatchQueryExp on a MBean.
86 * @param name The name of the MBean on which the MatchQueryExp will be applied.

Completed in 28 milliseconds