Java EE 5 SDK

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

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

Field Summary
 
Fields inherited from class com.sun.appserv.management.j2ee.statistics.StatisticImpl
mLastSampleTime
 
Constructor Summary
BoundaryStatisticImpl(BoundaryStatistic s)
           
BoundaryStatisticImpl(CompositeData compositeData)
          Base the Statistic on the CompositeData
BoundaryStatisticImpl(Map<String,?> m)
           
BoundaryStatisticImpl(MapStatistic s)
           
BoundaryStatisticImpl(String name, String description, String unit, long startTime, long lastSampleTime, long lower, long upper)
           
 
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.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
 

Constructor Detail

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)
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.