Searched defs:OrQueryExp (Results 1 - 1 of 1) 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

Completed in 1523 milliseconds