Java EE 5 SDK

com.sun.appserv.management.j2ee.statistics
Class BoundedRangeStatisticImpl

java.lang.Object
  extended by com.sun.appserv.management.j2ee.statistics.StatisticImpl
      extended by com.sun.appserv.management.j2ee.statistics.RangeStatisticImpl
          extended by 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

Field Summary
 
Fields inherited from class com.sun.appserv.management.j2ee.statistics.StatisticImpl
mLastSampleTime
 
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.
 
Methods inherited from class com.sun.appserv.management.j2ee.statistics.RangeStatisticImpl
getCurrent, getHighWaterMark, getLowWaterMark
 
Methods inherited from class com.sun.appserv.management.j2ee.statistics.StatisticImpl
equals, getDescription, getLastSampleTime, getName, getStartTime, getUnit, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 
Methods inherited from interface javax.management.j2ee.statistics.RangeStatistic
getCurrent, getHighWaterMark, getLowWaterMark
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Constructor Detail

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)
Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.