Package com.sun.mfwk.cib.config

This package provides interfaces that should be implemented by each configuration provider.

See:
          Description

Interface Summary
CIBApplicationConfiguration Provides interfaces that should be implemented by each provider providing CIB Application configuration attributes.
CIBConfiguration The Configuration model defines attributes that should be implemented by each configuration provider.
CIBExternalResourceConfiguration Provides interfaces that should be implemented by each provider providing CIB ExternalResource configuration attributes.
CIBResourceConfiguration Provides interfaces that should be implemented by each provider providing CIB Resource configuration attributes.
CIBServiceConfiguration Provides interfaces that should be implemented by each provider providing CIBService configuration attributes.
 

Package com.sun.mfwk.cib.config Description

This package provides interfaces that should be implemented by each configuration provider.
A default implementation of each interface is provided into  com.sun.mfwk.cib.sdk.config package.

Overview


The com.sun.mfwk.cib.config package provides interfaces that has to be implemented by each configuration provider.
Four types of configuration providers are defined :
Default implementations of those configuration providers are provided into com.sun.mfwk.cib.sdk.config package.

Configuration Model

Configuration Model