Uses of Interface
com.sun.mfwk.cib.config.CIBConfiguration

Packages that use CIBConfiguration
com.sun.mfwk.cib.config This package provides interfaces that should be implemented by each configuration provider.  
com.sun.mfwk.cib.providers This package provides interfaces that should be implemented by each provider and provider handler.  
com.sun.mfwk.cib.sdk.config This package provides default implementations of the CIB Configuration model. 
com.sun.mfwk.cib.sdk.providers This package provides default implementations of the CIB providers model. 
 

Uses of CIBConfiguration in com.sun.mfwk.cib.config
 

Subinterfaces of CIBConfiguration in com.sun.mfwk.cib.config
 interface CIBApplicationConfiguration
          Provides interfaces that should be implemented by each provider providing CIB Application configuration attributes.
 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 CIBConfiguration in com.sun.mfwk.cib.providers
 

Methods in com.sun.mfwk.cib.providers that return CIBConfiguration
 CIBConfiguration CIBProviderHandler.getConfiguration(CIBMonitoredObjectMBean monitoreObject, int configType)
          Returns the CIBConfiguration object of the associated monitored object
 CIBConfiguration CIBProviderHandler.getConfiguration(CIBMonitoredObjectMBean monitoreObject, int configType)
          Returns the CIBConfiguration object of the associated monitored object
 

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

Classes in com.sun.mfwk.cib.sdk.config that implement CIBConfiguration
 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 CIBConfiguration in com.sun.mfwk.cib.sdk.providers
 

Methods in com.sun.mfwk.cib.sdk.providers that return CIBConfiguration
 CIBConfiguration CIBProviderHandlerImpl.getConfiguration(CIBMonitoredObjectMBean monitoreObject, int configType)
          getConfiguration