Searched refs:setNotifyLow (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitorMBean.java131 * @see #setNotifyLow
142 public void setNotifyLow(boolean value); method in interface:GaugeMonitorMBean
H A DGaugeMonitor.java423 * @see #setNotifyLow
437 public synchronized void setNotifyLow(boolean value) { method in class:GaugeMonitor
/openjdk7/jdk/test/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java98 monitorProxy.setNotifyLow(true);
H A DNonComparableAttributeValueTest.java198 gaugeMonitor.setNotifyLow(false);
H A DNullAttributeValueTest.java198 gaugeMonitor.setNotifyLow(false);
H A DReflectionExceptionTest.java189 gaugeMonitor.setNotifyLow(false);
H A DRuntimeExceptionTest.java188 gaugeMonitor.setNotifyLow(false);
H A DAttributeArbitraryDataTypeTest.java450 gaugeMonitor.setNotifyLow(false);

Completed in 37 milliseconds