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() |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic LongNumericStatistic(String aName)
public void decrement()
decrement in interface NumericStatisticdecrement in class NumericStatisticBaseImplpublic void increment()
increment in interface NumericStatisticincrement in class NumericStatisticBaseImplpublic void increment(long anIncrementBy)
public void reset()
reset in interface LongNumericStatisticMBeanreset in interface Statisticreset in class NumericStatisticBaseImplpublic long getValue()
getValue in interface LongNumericStatisticMBeanCopyright © 2016. All rights reserved.