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

/openjdk7/jdk/src/share/classes/javax/management/
H A DInQueryExp.java36 class InQueryExp extends QueryEval implements QueryExp { class in inherits:QueryEval,QueryExp
55 public InQueryExp() { method in class:InQueryExp
59 * Creates a new InQueryExp with the specified ValueExp to be found in
62 public InQueryExp(ValueExp v1, ValueExp items[]) { method in class:InQueryExp
83 * Applies the InQueryExp on a MBean.
85 * @param name The name of the MBean on which the InQueryExp will be applied.

Completed in 29 milliseconds