javax.management.j2ee.statistics
Interface RangeStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface RangeStatistic
extends Statistic

Version:
$Rev: 46019 $

Method Summary
 long getCurrent()
           
 long getHighWaterMark()
           
 long getLowWaterMark()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getHighWaterMark

long getHighWaterMark()

getLowWaterMark

long getLowWaterMark()

getCurrent

long getCurrent()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.