javax.management.j2ee.statistics
Interface BoundaryStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic
extends Statistic

Version:
$Rev: 46019 $

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

Method Detail

getUpperBound

long getUpperBound()

getLowerBound

long getLowerBound()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.