com.sun.mfwk.cib.config
Interface CIBExternalResourceConfiguration

All Superinterfaces:
CIBConfiguration, CIBProvider

public interface CIBExternalResourceConfiguration
extends CIBConfiguration

Provides interfaces that should be implemented by each provider providing CIB ExternalResource configuration attributes. The attribute that should be exposed is : providerUri


Method Summary
 java.lang.String getProviderUri()
          Get the provider Uri
 
Methods inherited from interface com.sun.mfwk.cib.config.CIBConfiguration
getType
 
Methods inherited from interface com.sun.mfwk.cib.providers.CIBProvider
destroy, init
 

Method Detail

getProviderUri

public java.lang.String getProviderUri()
                                throws CIBIOException,
                                       CIBAttributeNotFoundException
Get the provider Uri

Returns:
String
Throws:
CIBIOException
CIBAttributeNotFoundException