com.sun.mfwk.cib.sdk.config
Class CIBServiceConfigurationImpl
java.lang.Object
   com.sun.mfwk.cib.sdk.config.CIBConfigurationImpl
com.sun.mfwk.cib.sdk.config.CIBConfigurationImpl
       com.sun.mfwk.cib.sdk.config.CIBServiceConfigurationImpl
com.sun.mfwk.cib.sdk.config.CIBServiceConfigurationImpl
- All Implemented Interfaces: 
- CIBConfiguration, CIBProvider, CIBServiceConfiguration
- public class CIBServiceConfigurationImpl- extends CIBConfigurationImpl- implements CIBServiceConfiguration
Provides a default implementation of a service configuration provider.
 This implementation is fully based on the Java-ES MF Instrumentation SDK.
 
 
 
| Method Summary | 
|  java.lang.String | getUri()Returns the uri of the service resource
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
configType
public static java.lang.String configType
CIBServiceConfigurationImpl
public CIBServiceConfigurationImpl(javax.management.MBeanServerConnection connection,
                                   java.util.Map map)
- Contructor
 
- Parameters:
- connection- MBeanServerConnection
- map- Map
CIBServiceConfigurationImpl
public CIBServiceConfigurationImpl(javax.management.MBeanServerConnection connection,
                                   java.lang.String name)
                            throws javax.management.MalformedObjectNameException
- Contructor
 
- Parameters:
- connection- MBeanServerConnection
CIBServiceConfigurationImpl
public CIBServiceConfigurationImpl(javax.management.MBeanServerConnection connection,
                                   javax.management.ObjectName name)
                            throws javax.management.MalformedObjectNameException
- Contructor
 
- Parameters:
- connection- MBeanServerConnection
- name- ObjectName
- Throws:
- javax.management.MalformedObjectNameException
getUri
public java.lang.String getUri()
                        throws CIBAttributeNotFoundException,
                               CIBIOException
- Returns the uri of the service resource
 
- 
- Specified by:
- getUriin interface- CIBServiceConfiguration
 
- 
- Returns:
- String
- Throws:
- CIBAttributeNotFoundException
- CIBIOException