Uses of Interface
javax.management.j2ee.statistics.Statistic

Packages that use Statistic
javax.management.j2ee.statistics Provides statistics releated classes and interfaces.  
 

Uses of Statistic in javax.management.j2ee.statistics
 

Subinterfaces of Statistic in javax.management.j2ee.statistics
 interface BoundaryStatistic
          The BoundaryStatistic interface specifies standard measurements of the upper and lower limits of the value of an attribute.
 interface BoundedRangeStatistic
          The BoundedRangeStatistic interface extends the RangeStatistic and BoundaryStatistic interfaces and provides standard measurements of a range that has fixed limits.
 interface CountStatistic
          The CountStatistic interface 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 for a given operation.
 

Methods in javax.management.j2ee.statistics that return Statistic
 Statistic Stats.getStatistic(java.lang.String statisticName)
          Gets a Statistic by name.
 Statistic[] Stats.getStatistics()
          Returns a list of all the Statistic objects supported by this Stats object.
 



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.