com.sun.appserv.management.j2ee.statistics
Class BoundaryStatisticImpl
java.lang.Object
com.sun.appserv.management.j2ee.statistics.StatisticImpl
com.sun.appserv.management.j2ee.statistics.BoundaryStatisticImpl
- All Implemented Interfaces:
- Serializable, BoundaryStatistic, Statistic
public class BoundaryStatisticImpl
- extends StatisticImpl
- implements BoundaryStatistic, Serializable
Serializable implementation of a BoundaryStatistic
- See Also:
- Serialized Form
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. |
BoundaryStatisticImpl
public BoundaryStatisticImpl(String name,
String description,
String unit,
long startTime,
long lastSampleTime,
long lower,
long upper)
BoundaryStatisticImpl
public BoundaryStatisticImpl(CompositeData compositeData)
- Base the Statistic on the
CompositeData
BoundaryStatisticImpl
public BoundaryStatisticImpl(Map<String,?> m)
BoundaryStatisticImpl
public BoundaryStatisticImpl(MapStatistic s)
BoundaryStatisticImpl
public BoundaryStatisticImpl(BoundaryStatistic 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.