Package javax.management.j2ee.statistics
Interface CountStatistic
- All Superinterfaces:
Statistic
Specifies standard count measurements.
-
Method Summary
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
-
Method Details
-
getCount
long getCount()The count since the last reset.
-