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

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

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

Methods in com.sun.mfwk.cib.sdk.util that return CIBResource
 CIBResource CIBMBeansFactory.newCIBApplicationResource(java.lang.String resourceName, CIBApplication appli, boolean isStatisticProvider, boolean isStateProvider, boolean isEventProvider)
          Creates a CIB resource related to a CIB application
 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.