javax.management.j2ee.statistics
Interface CountStatistic

All Superinterfaces:
Statistic (src)
All Known Implementing Classes:
CountStatisticImpl (src)

public interface CountStatistic
extends Statistic (src)

Specifies standard count measurements.


Method Summary
 long getCount()
          The count since the last reset.
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic (src)
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getCount

public long getCount()
The count since the last reset.