com.sun.mfwk.cib.statistics
Interface CIBTimeStatistic

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

public interface CIBTimeStatistic
extends javax.management.j2ee.statistics.TimeStatistic, CIBStatistic

Provides methods that should be implemented by a CIBTimeStatistic object This interface is used to map the TimeStatistic interface of JSR77


Method Summary
 long getTotalSquaredTime()
          Returns the Sum of each Squared Time
 
Methods inherited from interface javax.management.j2ee.statistics.TimeStatistic
getCount, getMaxTime, getMinTime, getTotalTime
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 
Methods inherited from interface com.sun.mfwk.cib.statistics.CIBStatistic
fromCompositeData, toCompositeData
 

Method Detail

getTotalSquaredTime

public long getTotalSquaredTime()
Returns the Sum of each Squared Time

Returns:
long