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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitorMBean.java104 public void setThresholds(Number highValue, Number lowValue) throws java.lang.IllegalArgumentException; method in interface:GaugeMonitorMBean
H A DGaugeMonitor.java323 * @see #setThresholds
334 * @see #setThresholds
355 public synchronized void setThresholds(Number highValue, Number lowValue) method in class:GaugeMonitor
/openjdk7/jdk/test/javax/management/monitor/
H A DGaugeMonitorDeadlockTest.java95 monitorProxy.setThresholds(105, 100);
H A DAttributeArbitraryDataTypeTest.java459 gaugeMonitor.setThresholds(highThresholdD, lowThresholdD);
465 gaugeMonitor.setThresholds(highThreshold, lowThreshold);
H A DMultiMonitorTest.java109 gaugeProxy.setThresholds(new Double(GAUGE_THRESHOLD), new Double(0.0));
H A DNonComparableAttributeValueTest.java204 gaugeMonitor.setThresholds(highThreshold, lowThreshold);
H A DNullAttributeValueTest.java204 gaugeMonitor.setThresholds(highThreshold, lowThreshold);
H A DReflectionExceptionTest.java195 gaugeMonitor.setThresholds(highThreshold, lowThreshold);
H A DRuntimeExceptionTest.java194 gaugeMonitor.setThresholds(highThreshold, lowThreshold);

Completed in 45 milliseconds