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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DStringMonitorMBean.java126 * @see #setNotifyDiffer
137 public void setNotifyDiffer(boolean value); method in interface:StringMonitorMBean
H A DStringMonitor.java321 * @see #setNotifyDiffer
335 public synchronized void setNotifyDiffer(boolean value) { method in class:StringMonitor
/openjdk7/jdk/test/javax/management/monitor/
H A DStringMonitorDeadlockTest.java97 monitorProxy.setNotifyDiffer(true);
H A DMultiMonitorTest.java112 stringProxy.setNotifyDiffer(true);
H A DNonComparableAttributeValueTest.java279 stringMonitor.setNotifyDiffer(false);
H A DNullAttributeValueTest.java279 stringMonitor.setNotifyDiffer(false);
H A DReflectionExceptionTest.java260 stringMonitor.setNotifyDiffer(false);
H A DRuntimeExceptionTest.java259 stringMonitor.setNotifyDiffer(false);
H A DAttributeArbitraryDataTypeTest.java620 stringMonitor.setNotifyDiffer(false);

Completed in 41 milliseconds