Uses of Interface
org.glassfish.j2ee.statistics.Statistic

Packages that use Statistic
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
 interface AverageRangeStatistic
           
 interface StringStatistic
          Custom statistic type created for the Sun ONE Application Server.
 

Classes in com.sun.enterprise.admin.monitor.stats that implement Statistic
 class AverageRangeStatisticImpl
           
 class BoundaryStatisticImpl
          An implementation of a BoundaryStatistic.
 class BoundedRangeStatisticImpl
          An implementation of a BoundedRangeStatistic.
 class CountStatisticImpl
          An implementation of a CountStatistic.
 class MutableAverageRangeStatisticImpl
           
 class MutableBoundedRangeStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 class MutableCountStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 class MutableTimeStatisticImpl
          An implementation of MutableTimeStatistic that eases the various statistical calculations.
 class RangeStatisticImpl
          An implementation of a RangeStatistic.
 class StatisticImpl
          An abstract class providing implementation of the Statistic interface The intent is for this to be subclassed by all the StatisticImpls.
 class StringStatisticImpl
          A basic implementation of the StringStatistic Interface.
 class TimeStatisticImpl
          An implementation of a TimeStatistic.
 

Methods in com.sun.enterprise.admin.monitor.stats that return Statistic
 Statistic GenericStatsImpl.getStatistic(String statisticName)
           
 Statistic[] GenericStatsImpl.getStatistics()
           
 Statistic MutableTimeStatisticImpl.modifiableView()
           
 Statistic MutableStatistic.modifiableView()
          Returns an instance of Statistic whose state can be changed by the caller.
 Statistic MutableCountStatisticImpl.modifiableView()
           
 Statistic MutableBoundedRangeStatisticImpl.modifiableView()
           
 Statistic MutableAverageRangeStatisticImpl.modifiableView()
           
 Statistic MutableTimeStatisticImpl.unmodifiableView()
          This method is the essence of this class.
 Statistic MutableStatistic.unmodifiableView()
          Returns a read-only view of this Statistic.
 Statistic MutableCountStatisticImpl.unmodifiableView()
          This method is the essence of this class.
 Statistic MutableBoundedRangeStatisticImpl.unmodifiableView()
          This method is the essence of this class.
 Statistic MutableAverageRangeStatisticImpl.unmodifiableView()
           
 

Uses of Statistic in org.glassfish.j2ee.statistics
 

Subinterfaces of Statistic in org.glassfish.j2ee.statistics
 interface BoundaryStatistic
          Specifies standard measurements of the upper and lower limits of the value of an attribute.
 interface BoundedRangeStatistic
          The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
 interface CountStatistic
          Specifies standard count measurements.
 interface RangeStatistic
          Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
 interface TimeStatistic
          Specifies standard timing measurements.
 

Methods in org.glassfish.j2ee.statistics that return Statistic
 Statistic Stats.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.
 



Copyright © 2012. All Rights Reserved.