Class BoundedRangeStatisticImpl

  • All Implemented Interfaces:
    javax.management.j2ee.statistics.Statistic, Resettable

    public class BoundedRangeStatisticImpl
    extends RangeStatisticImpl
    A bounded range statistic implementation
    • Constructor Detail

      • BoundedRangeStatisticImpl

        public BoundedRangeStatisticImpl​(String name,
                                         String unit,
                                         String description,
                                         long lowerBound,
                                         long upperBound)