Uses of Interface
com.sun.mfwk.cib.statistics.CIBStatistic

Packages that use CIBStatistic
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.  
 

Uses of CIBStatistic in com.sun.mfwk.cib.statistics
 

Subinterfaces of CIBStatistic in com.sun.mfwk.cib.statistics
 interface CIBCountStatistic
          Provides methods that should be implemented by a CIBCountStatistic object This interface is used to map the CountStatistic interface of JSR77
 interface CIBRangeStatistic
          Provides methods that should be implemented by a CIBRangeStatistic object This interface is used to map the RangeStatistic interface of JSR77
 interface CIBTimeStatistic
          Provides methods that should be implemented by a CIBTimeStatistic object This interface is used to map the TimeStatistic interface of JSR77
 interface CIBValueStatistic
          Provides methods that should be implemented by a CIBValueStatistic object
 

Methods in com.sun.mfwk.cib.statistics that return CIBStatistic
 CIBStatistic CIBStatistic.fromCompositeData(javax.management.openmbean.CompositeData data)
          Returns a CIBStatistic object based on the composite data