com.sun.appserv.management.j2ee.statistics
Class BoundedRangeStatisticImpl
java.lang.Object
com.sun.appserv.management.j2ee.statistics.StatisticImpl
com.sun.appserv.management.j2ee.statistics.RangeStatisticImpl
com.sun.appserv.management.j2ee.statistics.BoundedRangeStatisticImpl
- All Implemented Interfaces:
- Serializable, BoundaryStatistic, BoundedRangeStatistic, RangeStatistic, Statistic
public class BoundedRangeStatisticImpl
- extends RangeStatisticImpl
- implements BoundedRangeStatistic, Serializable
Serializable implementation of a BoundedRangeStatistic
- See Also:
- Serialized Form
Constructor Summary |
BoundedRangeStatisticImpl(BoundedRangeStatistic s)
|
BoundedRangeStatisticImpl(CompositeData compositeData)
|
BoundedRangeStatisticImpl(Map<String,?> m)
|
BoundedRangeStatisticImpl(MapStatistic s)
|
BoundedRangeStatisticImpl(String name,
String description,
String unit,
long startTime,
long lastSampleTime,
long low,
long current,
long high,
long lowerBound,
long upperBound)
|
Method Summary |
long |
getLowerBound()
The lower limit of the value of this attribute.The upper limit of the value of this attribute. |
long |
getUpperBound()
The upper limit of the value of this attribute. |
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(String name,
String description,
String unit,
long startTime,
long lastSampleTime,
long low,
long current,
long high,
long lowerBound,
long upperBound)
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(CompositeData compositeData)
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(Map<String,?> m)
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(MapStatistic s)
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(BoundedRangeStatistic s)
getLowerBound
public long getLowerBound()
- Description copied from interface:
BoundaryStatistic
- The lower limit of the value of this attribute.The upper limit of the value of this attribute.
- Specified by:
getLowerBound
in interface BoundaryStatistic
getUpperBound
public long getUpperBound()
- Description copied from interface:
BoundaryStatistic
- The upper limit of the value of this attribute.
- Specified by:
getUpperBound
in interface BoundaryStatistic
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.