javax.management.j2ee.statistics
Interface BoundaryStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic
extends Statistic

Specifies standard measurements of the upper and lower limits of the value of an attribute.

Author:
Guillaume Sauthier

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()
Returns:
The upper limit of the value of this attribute.

getLowerBound

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.