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

/openjdk7/jdk/src/share/classes/javax/management/
H A DOrQueryExp.java37 class OrQueryExp extends QueryEval implements QueryExp { class in inherits:QueryEval,QueryExp
56 public OrQueryExp() { method in class:OrQueryExp
60 * Creates a new OrQueryExp with the specified ValueExps
62 public OrQueryExp(QueryExp q1, QueryExp q2) { method in class:OrQueryExp
83 * Applies the OrQueryExp on a MBean.
85 * @param name The name of the MBean on which the OrQueryExp will be applied.
101 * Returns a string representation of this OrQueryExp
H A DQuery.java147 * <a href="../../serialized-form.html#javax.management.OrQueryExp">
148 * javax.management.OrQueryExp</a>}.
151 return new OrQueryExp(q1, q2);

Completed in 31 milliseconds