Uses of Interface
com.sun.mfwk.cib.providers.CIBProvider

Packages that use CIBProvider
com.sun.mfwk.cib.config This package provides interfaces that should be implemented by each configuration provider.  
com.sun.mfwk.cib.sdk.config This package provides default implementations of the CIB Configuration model. 
com.sun.mfwk.cib.sdk.states This package provides default implementation of the CIB states model. 
com.sun.mfwk.cib.sdk.statistics This package provides default implementations for the stats and statistics model. 
com.sun.mfwk.cib.states This package provides interfaces that should be implemented by each CIB State provider.  
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 CIBProvider in com.sun.mfwk.cib.config
 

Subinterfaces of CIBProvider in com.sun.mfwk.cib.config
 interface CIBApplicationConfiguration
          Provides interfaces that should be implemented by each provider providing CIB Application configuration attributes.
 interface CIBConfiguration
          The Configuration model defines attributes that should be implemented by each configuration provider.
 interface CIBExternalResourceConfiguration
          Provides interfaces that should be implemented by each provider providing CIB ExternalResource configuration attributes.
 interface CIBResourceConfiguration
          Provides interfaces that should be implemented by each provider providing CIB Resource configuration attributes.
 interface CIBServiceConfiguration
          Provides interfaces that should be implemented by each provider providing CIBService configuration attributes.
 

Uses of CIBProvider in com.sun.mfwk.cib.sdk.config
 

Classes in com.sun.mfwk.cib.sdk.config that implement CIBProvider
 class CIBApplicationConfigurationImpl
          Provides a default implementation of an Application configuration provider.
 class CIBConfigurationImpl
          Default implementation of a Configuration provider.
 class CIBExternalResourceConfigurationImpl
          Provides a default implementation for an External Resource Configuration provider.
 class CIBResourceConfigurationImpl
          Provides a default implementation of a Resource configuration provider.
 class CIBServiceConfigurationImpl
          Provides a default implementation of a service configuration provider.
 

Uses of CIBProvider in com.sun.mfwk.cib.sdk.states
 

Classes in com.sun.mfwk.cib.sdk.states that implement CIBProvider
 class CIBApplicationAvailabilityStatusImpl
          Provides default implementation of an availability status State provider for a CIB Application.
 class CIBApplicationOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBApplication.
 class CIBAvailabilityStatusStateImpl
          Provides a default implementation for a CIBAvailabilityStatusState object.
 class CIBExternalResourceAvailabilityStatusImpl
          Provides default implementation of an availability status State provider for a CIBExternalResource.
 class CIBExternalResourceOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBExternalResource.
 class CIBOperationalStatusStateImpl
          Provides a default implementation for a CIBOperationalStatusState object.
 class CIBResourceAvailabilityStatusImpl
          Provides default implementation of an availability status State provider for a CIBResource.
 class CIBResourceOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBResource.
 class CIBServiceAvailabilityStatusImpl
          Provides default implementation of an availability status State provider for a CIBService.
 class CIBServiceOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBService.
 

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

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

Uses of CIBProvider in com.sun.mfwk.cib.states
 

Subinterfaces of CIBProvider in com.sun.mfwk.cib.states
 interface CIBAvailabilityStatusState
          The State model specifies the attributes that a compliant Java ES managed object must implement.
 interface CIBOperationalStatusState
          The State model specifies the attributes that a compliant JES managed object must implement.
 interface CIBState
          Provides methods that should be implemented by a CIBState object
 

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

Subinterfaces of CIBProvider 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
 interface CIBStats
          Provides methods that should implemented by a CIBStats