Searched refs:setNotifyHigh (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitorMBean.java112 * @see #setNotifyHigh
123 public void setNotifyHigh(boolean value); method in interface:GaugeMonitorMBean
H A DGaugeMonitor.java396 * @see #setNotifyHigh
410 public synchronized void setNotifyHigh(boolean value) { method in class:GaugeMonitor
/openjdk7/jdk/test/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java97 monitorProxy.setNotifyHigh(true);
H A DMultiMonitorTest.java110 gaugeProxy.setNotifyHigh(true);
H A DNonComparableAttributeValueTest.java199 gaugeMonitor.setNotifyHigh(true);
H A DNullAttributeValueTest.java199 gaugeMonitor.setNotifyHigh(true);
H A DReflectionExceptionTest.java190 gaugeMonitor.setNotifyHigh(false);
H A DRuntimeExceptionTest.java189 gaugeMonitor.setNotifyHigh(false);
H A DAttributeArbitraryDataTypeTest.java451 gaugeMonitor.setNotifyHigh(true);

Completed in 39 milliseconds