Package com.sun.mfwk.cib.providers

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

See:
          Description

Interface Summary
CIBProvider Provides methods that should be implemented by a CIBProvider
CIBProviderHandler Provides methods that should be implemented by a CIBProviderHandler
 

Package com.sun.mfwk.cib.providers Description

This package provides interfaces that should be implemented by each provider and provider handler. A default implementation of each interface is provided into the CIB/SDK packages and sub-packages.

Overview


This package providers interfaces that should be implemented by each provider (CIBConfiguration, CIBPerfStats, CIBState) of configuration, of statistics, of states.
The link between the CIB object (CIBApplication, CIBService, CIBExternalResource, CIBResource) and the providers are done through a CIBProviderHandler.
Each provider has to implement the CIBProvider interface allowing in particular the monitored object  and/or the CIBProviderHandler to call the "init/destroy" methods.

A default implementation of each provider is provided into the com.sun.mfwk.cib.sdk package and subpackages.


UML Diagram

Provider  Model



UML Diagrams