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

Packages that use CIBPerfStats
com.sun.mfwk.cib.providers This package provides interfaces that should be implemented by each provider and provider handler.  
com.sun.mfwk.cib.sdk.providers This package provides default implementations of the CIB providers model. 
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 CIBPerfStats in com.sun.mfwk.cib.providers
 

Methods in com.sun.mfwk.cib.providers that return CIBPerfStats
 CIBPerfStats CIBProviderHandler.getPerfStats(CIBMonitoredObjectMBean monitoreObject, int statsType)
          Returns the CIBPerfStats object associated to a monitored object
 CIBPerfStats CIBProviderHandler.getPerfStats(CIBMonitoredObjectMBean monitoreObject, int statsType)
          Returns the CIBPerfStats object associated to a monitored object
 

Uses of CIBPerfStats in com.sun.mfwk.cib.sdk.providers
 

Methods in com.sun.mfwk.cib.sdk.providers that return CIBPerfStats
 CIBPerfStats CIBProviderHandlerImpl.getPerfStats(CIBMonitoredObjectMBean monitoreObject, int statsType)
          getPerfStats
 

Uses of CIBPerfStats in com.sun.mfwk.cib.sdk.statistics
 

Classes in com.sun.mfwk.cib.sdk.statistics that implement CIBPerfStats
 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 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.
 

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

Subinterfaces of CIBPerfStats 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 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