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

Packages that use CIBStats
com.sun.mfwk.cib.sdk.statistics This package provides default implementations for the stats and statistics model. 
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 CIBStats in com.sun.mfwk.cib.sdk.statistics
 

Classes in com.sun.mfwk.cib.sdk.statistics that implement CIBStats
 class CIBApplicationPerfStatsImpl
          Provides a default implementation of a CIBApplicationPerfStats provider for a CIBApplication.
 class CIBExternalResourcePerfStatsImpl
          Provides a default implementation of a CIBApplicationPerfStats provider for a CIBExternalResource.
 class CIBPerfStatsImpl
          Provides default implementation of a CIBPerfStats provider
 class CIBResourcePerfStatsImpl
          Provides a default implementation of a CIBApplicationPerfStats provider for a CIBResource.
 class CIBServicePerfStatsImpl
          Provides a default implementation for a CIBServicePerfStats provider This implementation is fully based on the Java-ES MF Instrumentation SDK.
 

Methods in com.sun.mfwk.cib.sdk.statistics that return CIBStats
 CIBStats CIBApplicationPerfStatsImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
          Returns a CIBStats object from a compsoite data object
 CIBStats CIBExternalResourcePerfStatsImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
          Returns a CIBStats object from a composite data
 CIBStats CIBResourcePerfStatsImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
          fromCompositeData
 CIBStats CIBServicePerfStatsImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
          fromCompositeData
 

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

Subinterfaces of CIBStats in com.sun.mfwk.cib.statistics
 interface CIBApplicationPerfStats
          Provides methods that should be implemented by a CIBApplicationStats object
 interface CIBExternalResourcePerfStats
          Provides methods that should be implemented by a CIBExternalServiceStats object
 interface CIBPerfStats
          Provides methods that should be implemented by a CIBPerfStats object
 interface CIBResourcePerfStats
          Provides methods that should be implemented by a CIBResourcePerfStats provider providing performance data for a CIBResource
 interface CIBServicePerfStats
          Provides methods that should be implemented by a CIBServicePerfStats provider providing performance statistics for a CIBService
 

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