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

public long getHighWaterMark()

getLowWaterMark

public long getLowWaterMark()

getCurrent

public long getCurrent()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.