Searched refs:setNotify (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DCounterMonitorMBean.java185 * @see #setNotify
196 public void setNotify(boolean value); method in interface:CounterMonitorMBean
H A DCounterMonitor.java539 * @see #setNotify
553 public synchronized void setNotify(boolean value) { method in class:CounterMonitor
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorTest.java148 counterMonitor.setNotify(notifyFlag);
H A DCounterMonitorDeadlockTest.java97 monitorProxy.setNotify(true);
H A DCounterMonitorInitThresholdTest.java128 cm.setNotify(true);
H A DCounterMonitorThresholdTest.java135 cm.setNotify(true);
H A DMultiMonitorTest.java108 counterProxy.setNotify(true);
H A DNonComparableAttributeValueTest.java123 counterMonitor.setNotify(true);
H A DNullAttributeValueTest.java123 counterMonitor.setNotify(true);
H A DReflectionExceptionTest.java124 counterMonitor.setNotify(false);
H A DRuntimeExceptionTest.java123 counterMonitor.setNotify(false);
H A DAttributeArbitraryDataTypeTest.java297 counterMonitor.setNotify(true);

Completed in 57 milliseconds