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

/openjdk10/jdk/src/java.management/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
H A DQuery.java131 * <a href="../../serialized-form.html#javax.management.AndQueryExp">
132 * javax.management.AndQueryExp</a>.
135 return new AndQueryExp(q1, q2);

Completed in 94 milliseconds