org.glassfish.external.statistics.impl
Class BoundaryStatisticImpl
java.lang.Object
org.glassfish.external.statistics.impl.StatisticImpl
org.glassfish.external.statistics.impl.BoundaryStatisticImpl
- All Implemented Interfaces:
- InvocationHandler, BoundaryStatistic, Statistic
public final class BoundaryStatisticImpl
- extends StatisticImpl
- implements BoundaryStatistic, InvocationHandler
- Author:
- Sreenivas Munnangi
BoundaryStatisticImpl
public BoundaryStatisticImpl(long lower,
long upper,
String name,
String unit,
String desc,
long startTime,
long sampleTime)
getStatistic
public BoundaryStatistic getStatistic()
getStaticAsMap
public Map getStaticAsMap()
- Overrides:
getStaticAsMap in class StatisticImpl
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
reset
public void reset()
- Overrides:
reset in class StatisticImpl
invoke
public Object invoke(Object proxy,
Method m,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.