public class LongNumericStatistic extends NumericStatisticBaseImpl implements LongNumericStatisticMBean
Constructor and Description |
---|
LongNumericStatistic(String aName) |
Modifier and Type | Method and Description |
---|---|
void |
decrement() |
long |
getValue() |
void |
increment() |
void |
increment(long anIncrementBy) |
void |
reset() |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public LongNumericStatistic(String aName)
public void decrement()
decrement
in interface NumericStatistic
decrement
in class NumericStatisticBaseImpl
public void increment()
increment
in interface NumericStatistic
increment
in class NumericStatisticBaseImpl
public void increment(long anIncrementBy)
public void reset()
reset
in interface LongNumericStatisticMBean
reset
in interface Statistic
reset
in class NumericStatisticBaseImpl
public long getValue()
getValue
in interface LongNumericStatisticMBean
Copyright © 2016. All rights reserved.