javax.management.j2ee.statistics
Interface BoundaryStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic
extends Statistic

Version:
$Revision: 1.3 $

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

Method Detail

getUpperBound

public long getUpperBound()

getLowerBound

public long getLowerBound()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.