Searched refs:setNotifyMatch (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DStringMonitorMBean.java107 * @see #setNotifyMatch
118 public void setNotifyMatch(boolean value); method in interface:StringMonitorMBean
H A DStringMonitor.java294 * @see #setNotifyMatch
308 public synchronized void setNotifyMatch(boolean value) { method in class:StringMonitor
/openjdk7/jdk/test/javax/management/monitor/
H A DNonComparableAttributeValueTest.java276 stringMonitor.setNotifyMatch(true);
H A DNullAttributeValueTest.java276 stringMonitor.setNotifyMatch(true);
H A DReflectionExceptionTest.java257 stringMonitor.setNotifyMatch(false);
H A DRuntimeExceptionTest.java256 stringMonitor.setNotifyMatch(false);
H A DAttributeArbitraryDataTypeTest.java617 stringMonitor.setNotifyMatch(true);

Completed in 1485 milliseconds