Uses of Interface
org.glassfish.j2ee.statistics.Statistic
Packages that use Statistic
Package
Description
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
-
Uses of Statistic in com.sun.enterprise.admin.monitor.stats
Subinterfaces of Statistic in com.sun.enterprise.admin.monitor.statsModifier and TypeInterfaceDescriptioninterfaceAn interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interfaceCustom statistic type created for the Sun ONE Application Server.Classes in com.sun.enterprise.admin.monitor.stats that implement StatisticModifier and TypeClassDescriptionclassfinal classAn implementation of a BoundaryStatistic.final classAn implementation of a BoundedRangeStatistic.classAn implementation of a CountStatistic.classAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classAn implementation ofMutableTimeStatisticthat eases the various statistical calculations.final classAn implementation of a RangeStatistic.classAn abstract class providing implementation of the Statistic interface The intent is for this to be subclassed by all the StatisticImpls.final classA basic implementation of the StringStatistic Interface.classAn implementation of a TimeStatistic.Methods in com.sun.enterprise.admin.monitor.stats that return StatisticModifier and TypeMethodDescriptionGenericStatsImpl.getStatistic(String statisticName) GenericStatsImpl.getStatistics()MutableAverageRangeStatisticImpl.modifiableView()MutableBoundedRangeStatisticImpl.modifiableView()MutableCountStatisticImpl.modifiableView()MutableStatistic.modifiableView()Returns an instance of Statistic whose state can be changed by the caller.MutableTimeStatisticImpl.modifiableView()MutableAverageRangeStatisticImpl.unmodifiableView()MutableBoundedRangeStatisticImpl.unmodifiableView()This method is the essence of this class.MutableCountStatisticImpl.unmodifiableView()This method is the essence of this class.MutableStatistic.unmodifiableView()Returns a read-only view of this Statistic.MutableTimeStatisticImpl.unmodifiableView()This method is the essence of this class. -
Uses of Statistic in org.glassfish.j2ee.statistics
Subinterfaces of Statistic in org.glassfish.j2ee.statisticsModifier and TypeInterfaceDescriptioninterfaceSpecifies standard measurements of the upper and lower limits of the value of an attribute.interfaceThe BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.interfaceSpecifies standard count measurements.interfaceSpecifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interfaceSpecifies standard timing measurements.Methods in org.glassfish.j2ee.statistics that return StatisticModifier and TypeMethodDescriptionStats.getStatistic(String statisticName) Get a Statistic by name.Stats.getStatistics()Returns an array containing all of the Statistic objects supported by this Stats object.