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

/openjdk7/jdk/src/share/classes/javax/management/
H A DAndQueryExp.java36 class AndQueryExp extends QueryEval implements QueryExp { class in inherits:QueryEval,QueryExp
55 public AndQueryExp() { method in class:AndQueryExp
59 * Creates a new AndQueryExp with q1 and q2 QueryExp.
61 public AndQueryExp(QueryExp q1, QueryExp q2) { method in class:AndQueryExp
82 * Applies the AndQueryExp on a MBean.
84 * @param name The name of the MBean on which the AndQueryExp will be applied.
101 * Returns a string representation of this AndQueryExp

Completed in 28 milliseconds