Uses of Package
com.sun.mfwk.cib.statistics

Packages that use com.sun.mfwk.cib.statistics
com.sun.mfwk.cib.providers This package provides interfaces that should be implemented by each provider and provider handler.  
com.sun.mfwk.cib.statistics This package provides interfaces that should be implemented by each component providing statistics and set of statistics for monitored objects.  
 

Classes in com.sun.mfwk.cib.statistics used by com.sun.mfwk.cib.providers
CIBPerfStats
          Provides methods that should be implemented by a CIBPerfStats object
 

Classes in com.sun.mfwk.cib.statistics used by com.sun.mfwk.cib.statistics
CIBCountStatistic
          Provides methods that should be implemented by a CIBCountStatistic object This interface is used to map the CountStatistic interface of JSR77
CIBPerfStats
          Provides methods that should be implemented by a CIBPerfStats object
CIBRangeStatistic
          Provides methods that should be implemented by a CIBRangeStatistic object This interface is used to map the RangeStatistic interface of JSR77
CIBStatistic
          Provides methods that should be implemented by a CIBStatistic object A Statistic interface provides the methods : getName, getUnit, getDescription, getStartTime, getLastSampleTime
CIBStats
          Provides methods that should implemented by a CIBStats
CIBTimeStatistic
          Provides methods that should be implemented by a CIBTimeStatistic object This interface is used to map the TimeStatistic interface of JSR77
CIBValueStatistic
          Provides methods that should be implemented by a CIBValueStatistic object