org.glassfish.external.statistics
Interface CountStatistic

All Superinterfaces:
Statistic
All Known Implementing Classes:
CountStatisticImpl

public interface CountStatistic
extends Statistic

Specifies standard count measurements.


Method Summary
 long getCount()
          The count since the last reset.
 
Methods inherited from interface org.glassfish.external.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getCount

long getCount()
The count since the last reset.