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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitor.java168 private boolean notifyLow = false; field in class:GaugeMonitor
426 return notifyLow;
438 if (notifyLow == value)
440 notifyLow = value;
549 // Send low notification if notifyLow is true.
571 if (notifyLow) {
608 if (notifyLow) {

Completed in 47 milliseconds