Uses of Interface
com.sun.mfwk.cib.CIBServiceMBean

Packages that use CIBServiceMBean
com.sun.mfwk.cib This package and its sub-packages specify interfaces that defined the Core information base (CIB) of Java-ES MF. 
com.sun.mfwk.cib.sdk.providers This package provides default implementations of the CIB providers model. 
 

Uses of CIBServiceMBean in com.sun.mfwk.cib
 

Classes in com.sun.mfwk.cib that implement CIBServiceMBean
 class CIBService
          Default implementation of a CIB Service MBean.
 

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

Methods in com.sun.mfwk.cib.sdk.providers with parameters of type CIBServiceMBean
 void CIBProviderHandlerImpl.createServiceProviders(CIBServiceMBean service)
          Create providers for a CIBService
 void CIBProviderHandlerImpl.createServiceProviders(CIBServiceMBean service, java.util.Map map)
          Create providers for a CIBService
 void CIBProviderHandlerImpl.addApplicationProviders(CIBApplicationMBean application, CIBServiceMBean[] services)
          Add providers for a CIBApplication