com.sun.mfwk.cib.config
Interface CIBServiceConfiguration

All Superinterfaces:
CIBConfiguration, CIBProvider
All Known Implementing Classes:
CIBServiceConfigurationImpl

public interface CIBServiceConfiguration
extends CIBConfiguration

Provides interfaces that should be implemented by each provider providing CIBService configuration attributes. The attribute that should be exposed is : uri.


Method Summary
 java.lang.String getUri()
          Returns the uri of the resource represented by monitored object CIBService
 
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

getUri

public java.lang.String getUri()
                        throws CIBIOException,
                               CIBAttributeNotFoundException
Returns the uri of the resource represented by monitored object CIBService

Returns:
String
Throws:
CIBIOException
CIBAttributeNotFoundException