Searched refs:RangeStatistic (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/
H A DAverageRangeStatistic.java39 * Extending RangeStatistic, it also provides the average value.
42 public interface AverageRangeStatistic extends RangeStatistic {
H A DBoundedRangeStatistic.java30 * The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
32 public interface BoundedRangeStatistic extends BoundaryStatistic, RangeStatistic {
H A DRangeStatistic.java33 public interface RangeStatistic extends Statistic { interface in inherits:Statistic
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DRangeStatisticImpl.java29 import com.sun.org.glassfish.external.statistics.RangeStatistic;
37 implements RangeStatistic, InvocationHandler {
46 private final RangeStatistic rs =
47 (RangeStatistic) Proxy.newProxyInstance(
48 RangeStatistic.class.getClassLoader(),
49 new Class[] { RangeStatistic.class },
64 public synchronized RangeStatistic getStatistic() {

Completed in 238 milliseconds