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

/openjdk7/jdk/src/share/classes/javax/management/
H A DNotQueryExp.java36 class NotQueryExp extends QueryEval implements QueryExp { class in inherits:QueryEval,QueryExp
51 public NotQueryExp() { method in class:NotQueryExp
55 * Creates a new NotQueryExp for negating the specified QueryExp.
57 public NotQueryExp(QueryExp q) { method in class:NotQueryExp
70 * Applies the NotQueryExp on a MBean.
72 * @param name The name of the MBean on which the NotQueryExp will be applied.

Completed in 1866 milliseconds