javax.management.j2ee.statistics
Interface CountStatistic

All Superinterfaces:
Statistic

public interface CountStatistic
extends Statistic

The CountStatistic interface specifies standard count measurements.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 long getCount()
          Returns the count since the measurement started.
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getCount

public long getCount()
Returns the count since the measurement started.

Returns:
The count value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.