Uses of Interface
org.glassfish.j2ee.statistics.Statistic
-
Packages that use Statistic Package Description com.sun.enterprise.admin.monitor.stats Provides for implementations of various Stats interfaces. These Stats interfaces are based on those defined by JSR 77.org.glassfish.j2ee.statistics -
-
Uses of Statistic in com.sun.enterprise.admin.monitor.stats
Subinterfaces of Statistic in com.sun.enterprise.admin.monitor.stats Modifier and Type Interface Description interfaceAverageRangeStatisticAn interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interfaceStringStatisticCustom statistic type created for the Sun ONE Application Server.Classes in com.sun.enterprise.admin.monitor.stats that implement Statistic Modifier and Type Class Description classAverageRangeStatisticImplclassBoundaryStatisticImplAn implementation of a BoundaryStatistic.classBoundedRangeStatisticImplAn implementation of a BoundedRangeStatistic.classCountStatisticImplAn implementation of a CountStatistic.classMutableAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classMutableBoundedRangeStatisticImplAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classMutableCountStatisticImplAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classMutableTimeStatisticImplAn implementation ofMutableTimeStatisticthat eases the various statistical calculations.classRangeStatisticImplAn implementation of a RangeStatistic.classStatisticImplAn abstract class providing implementation of the Statistic interface The intent is for this to be subclassed by all the StatisticImpls.classStringStatisticImplA basic implementation of the StringStatistic Interface.classTimeStatisticImplAn implementation of a TimeStatistic.Methods in com.sun.enterprise.admin.monitor.stats that return Statistic Modifier and Type Method Description StatisticGenericStatsImpl. getStatistic(String statisticName)Statistic[]GenericStatsImpl. getStatistics()StatisticMutableAverageRangeStatisticImpl. modifiableView()StatisticMutableBoundedRangeStatisticImpl. modifiableView()StatisticMutableCountStatisticImpl. modifiableView()StatisticMutableStatistic. modifiableView()Returns an instance of Statistic whose state can be changed by the caller.StatisticMutableTimeStatisticImpl. modifiableView()StatisticMutableAverageRangeStatisticImpl. unmodifiableView()StatisticMutableBoundedRangeStatisticImpl. unmodifiableView()This method is the essence of this class.StatisticMutableCountStatisticImpl. unmodifiableView()This method is the essence of this class.StatisticMutableStatistic. unmodifiableView()Returns a read-only view of this Statistic.StatisticMutableTimeStatisticImpl. unmodifiableView()This method is the essence of this class. -
Uses of Statistic in org.glassfish.j2ee.statistics
Subinterfaces of Statistic in org.glassfish.j2ee.statistics Modifier and Type Interface Description interfaceBoundaryStatisticSpecifies standard measurements of the upper and lower limits of the value of an attribute.interfaceBoundedRangeStatisticThe BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.interfaceCountStatisticSpecifies standard count measurements.interfaceRangeStatisticSpecifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interfaceTimeStatisticSpecifies standard timing measurements.Methods in org.glassfish.j2ee.statistics that return Statistic Modifier and Type Method Description StatisticStats. getStatistic(String statisticName)Get a Statistic by name.Statistic[]Stats. getStatistics()Returns an array containing all of the Statistic objects supported by this Stats object.
-