Searched refs:derivedGauge (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitorNotification.java175 private Object derivedGauge = null; field in class:MonitorNotification
210 this.derivedGauge = derGauge;
247 return derivedGauge;
H A DMonitor.java101 return derivedGauge;
103 public final synchronized void setDerivedGauge(Object derivedGauge) { argument
104 this.derivedGauge = derivedGauge;
116 private Object derivedGauge; field in class:Monitor.ObservedObject
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorThresholdTest.java97 int derivedGauge[],
150 if (derivedGaugeValue.intValue() != derivedGauge[i]) {
152 derivedGaugeValue + " Expected value = " + derivedGauge[i]);
95 runTest(int offset, int counter[], int derivedGauge[], int threshold[]) argument

Completed in 33 milliseconds