com.sun.appserv.management.j2ee.statistics
Class BoundaryStatisticImpl
java.lang.Object
   com.sun.appserv.management.j2ee.statistics.StatisticImpl
com.sun.appserv.management.j2ee.statistics.StatisticImpl
       com.sun.appserv.management.j2ee.statistics.BoundaryStatisticImpl
com.sun.appserv.management.j2ee.statistics.BoundaryStatisticImpl
- All Implemented Interfaces: 
- BoundaryStatistic, java.io.Serializable, Statistic
- public class BoundaryStatisticImpl- extends StatisticImpl- implements BoundaryStatistic, java.io.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.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
BoundaryStatisticImpl
public BoundaryStatisticImpl(java.lang.String name,
                             java.lang.String description,
                             java.lang.String unit,
                             long startTime,
                             long lastSampleTime,
                             long lower,
                             long upper)
BoundaryStatisticImpl
public BoundaryStatisticImpl(CompositeData compositeData)
- Base the Statistic on the CompositeData
 
BoundaryStatisticImpl
public BoundaryStatisticImpl(java.util.Map 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:
- getLowerBoundin interface- BoundaryStatistic
 
- 
 
getUpperBound
public long getUpperBound()
- Description copied from interface: BoundaryStatistic
- The upper limit of the value of this attribute.
 
- 
- Specified by:
- getUpperBoundin interface- BoundaryStatistic
 
- 
 
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.