javax.management.j2ee.statistics
Interface BoundaryStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic
extends Statistic

The BoundaryStatistic interface specifies standard measurements of the upper and lower limits of the value of an attribute.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 long getLowerBound()
          Returns the lower limit of the value of this attribute.
 long getUpperBound()
          Returns the upper limit of the value of this attribute.
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getUpperBound

public long getUpperBound()
Returns the upper limit of the value of this attribute.

Returns:
The upper bound value

getLowerBound

public long getLowerBound()
Returns the lower limit of the value of this attribute.

Returns:
The lower bound value


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