org.apache.uima.aae.monitor.statistics
Class LongNumericStatistic

java.lang.Object
  extended by org.apache.uima.aae.monitor.statistics.BaseStatistic
      extended by org.apache.uima.aae.monitor.statistics.NumericStatisticBaseImpl
          extended by org.apache.uima.aae.monitor.statistics.LongNumericStatistic
All Implemented Interfaces:
java.io.Serializable, LongNumericStatisticMBean, NumericStatistic, Statistic

public class LongNumericStatistic
extends NumericStatisticBaseImpl
implements LongNumericStatisticMBean

See Also:
Serialized Form

Constructor Summary
LongNumericStatistic(java.lang.String aName)
           
 
Method Summary
 void decrement()
           
 long getValue()
           
 void increment()
           
 void increment(long anIncrementBy)
           
 void reset()
           
 
Methods inherited from class org.apache.uima.aae.monitor.statistics.BaseStatistic
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.uima.aae.monitor.statistics.LongNumericStatisticMBean
getName
 
Methods inherited from interface org.apache.uima.aae.monitor.statistics.Statistic
getName
 

Constructor Detail

LongNumericStatistic

public LongNumericStatistic(java.lang.String aName)
Method Detail

decrement

public void decrement()
Specified by:
decrement in interface NumericStatistic
Specified by:
decrement in class NumericStatisticBaseImpl

increment

public void increment()
Specified by:
increment in interface NumericStatistic
Specified by:
increment in class NumericStatisticBaseImpl

increment

public void increment(long anIncrementBy)

reset

public void reset()
Specified by:
reset in interface LongNumericStatisticMBean
Specified by:
reset in interface Statistic
Specified by:
reset in class NumericStatisticBaseImpl

getValue

public long getValue()
Specified by:
getValue in interface LongNumericStatisticMBean


Copyright © 2011. All Rights Reserved.