com.sun.mfwk.cib.statistics
Interface CIBValueStatistic

All Superinterfaces:
CIBStatistic, javax.management.j2ee.statistics.Statistic
All Known Implementing Classes:
CIBValueStatisticImpl

public interface CIBValueStatistic
extends CIBStatistic

Provides methods that should be implemented by a CIBValueStatistic object


Method Summary
 long getValue()
          Returns a long containing the value of the statistic
 
Methods inherited from interface com.sun.mfwk.cib.statistics.CIBStatistic
fromCompositeData, toCompositeData
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getValue

public long getValue()
Returns a long containing the value of the statistic

Returns:
long