public class CounterReading
extends java.lang.Object
Counter
. A CounterReading holds the current value of the Counter at the time
it was obtained and will not change.Constructor and Description |
---|
CounterReading(long timestamp,
long count,
java.lang.String unit)
Constructor used during construction of proxy objects for MXBeans.
|
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
long |
getTimestamp() |
java.lang.String |
getUnit() |