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
 | 
 
 
 
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