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

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

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

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