当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
BoundaryStatisticImpl (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
org.jboss.management.j2ee.statistics
Class BoundaryStatisticImpl
java.lang.Object
org.jboss.management.j2ee.statistics.StatisticImpl
org.jboss.management.j2ee.statistics.BoundaryStatisticImpl
- All Implemented Interfaces:
- javax.management.j2ee.statistics.BoundaryStatistic, Serializable, javax.management.j2ee.statistics.Statistic
- public class BoundaryStatisticImpl
- extends StatisticImpl
- implements javax.management.j2ee.statistics.BoundaryStatistic
This class is the JBoss specific Boundary Statistics class allowing
just to increase and resetStats the instance.
- Version:
- $Revision: 1.4 $
- Author:
- Scott McLaughlin
- 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. |
String |
toString()
|
Methods inherited from interface javax.management.j2ee.statistics.Statistic |
getDescription, getLastSampleTime, getName, getStartTime, getUnit |
mLowerBound
protected long mLowerBound
mUpperBound
protected long mUpperBound
BoundaryStatisticImpl
public BoundaryStatisticImpl(String pName,
String pUnit,
String pDescription,
long lowerBound,
long upperBound)
- Default (no-args) constructor
getLowerBound
public long getLowerBound()
- Description copied from interface:
javax.management.j2ee.statistics.BoundaryStatistic
- The lower limit of the value of this attribute.The upper limit of the value of this attribute.
- Specified by:
getLowerBound
in interface javax.management.j2ee.statistics.BoundaryStatistic
- Returns:
- The value of LowerBound
getUpperBound
public long getUpperBound()
- Description copied from interface:
javax.management.j2ee.statistics.BoundaryStatistic
- The upper limit of the value of this attribute.
- Specified by:
getUpperBound
in interface javax.management.j2ee.statistics.BoundaryStatistic
- Returns:
- The value of UpperBound
toString
public String toString()
- Overrides:
toString
in class StatisticImpl
- Returns:
- Debug Information about this Instance
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.