Uses of Class
com.sun.mfwk.cib.CIBService

Packages that use CIBService
com.sun.mfwk.cib.sdk.util This package provides Core information base utilities.  
 

Uses of CIBService in com.sun.mfwk.cib.sdk.util
 

Methods in com.sun.mfwk.cib.sdk.util that return CIBService
 CIBService CIBMBeansFactory.newCIBApplicationService(java.lang.String serviceName, CIBApplication appli, boolean isStatisticProvider, boolean isStateProvider, boolean isEventProvider)
          Creates a CIB service related to a CIB application
 

Methods in com.sun.mfwk.cib.sdk.util with parameters of type CIBService
 CIBResource CIBMBeansFactory.newCIBServiceResource(java.lang.String resourceName, CIBApplication appli, CIBService service, boolean isStatisticProvider, boolean isStateProvider, boolean isEventProvider)
          Creates a CIB resource related to a CIB service.
 CIBExternalResource CIBMBeansFactory.newCIBServiceExternalResource(java.lang.String extResourceName, CIBApplication appli, CIBService service, boolean isStatisticProvider, boolean isStateProvider, boolean isEventProvider)
          Creates a CIB externalResource related to a CIB service.