Searched defs:lowThreshold (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitor.java152 private Number lowThreshold = INTEGER_ZERO; field in class:GaugeMonitor
337 return lowThreshold;
373 if (highThreshold.equals(highValue) && lowThreshold.equals(lowValue))
376 lowThreshold = lowValue;
568 } else if (isFirstGreaterThanLast(lowThreshold,
581 lowThreshold);
605 if (isFirstGreaterThanLast(lowThreshold,
618 lowThreshold);
861 * If the optional lowThreshold or highThreshold have not been
882 isValidForType(lowThreshold,
[all...]

Completed in 39 milliseconds