Package com.ibm.websphere.monitor.jmx
Class CounterReading
- java.lang.Object
-
- com.ibm.websphere.monitor.jmx.CounterReading
-
public class CounterReading extends java.lang.Object
Represents a snapshot of aCounter
. A CounterReading holds the current value of the Counter at the time it was obtained and will not change.
-
-
Constructor Summary
Constructors Constructor Description CounterReading(long timestamp, long count, java.lang.String unit)
Constructor used during construction of proxy objects for MXBeans.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
long
getTimestamp()
java.lang.String
getUnit()
-