com.sun.mfwk.cib.sdk.config
Class CIBExternalResourceConfigurationImpl
java.lang.Object
com.sun.mfwk.cib.sdk.config.CIBConfigurationImpl
com.sun.mfwk.cib.sdk.config.CIBExternalResourceConfigurationImpl
- All Implemented Interfaces:
- CIBConfiguration, CIBExternalResourceConfiguration, CIBProvider
- public class CIBExternalResourceConfigurationImpl
- extends CIBConfigurationImpl
- implements CIBExternalResourceConfiguration
Provides a default implementation for an External Resource Configuration provider.
This implementation is fully based on the Java-ES MF Instrumentation SDK.
Method Summary |
java.lang.String |
getProviderUri()
Returns the provider Uri of the external resource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configType
public static java.lang.String configType
CIBExternalResourceConfigurationImpl
public CIBExternalResourceConfigurationImpl(javax.management.MBeanServerConnection connection,
java.util.Map map)
- Constructor
- Parameters:
connection
- MBeanServerConnectionmap
- Map
CIBExternalResourceConfigurationImpl
public CIBExternalResourceConfigurationImpl(javax.management.MBeanServerConnection connection,
java.lang.String name)
throws javax.management.MalformedObjectNameException
- Constructor
- Parameters:
connection
- MBeanServerConnectionname
- String
- Throws:
javax.management.MalformedObjectNameException
CIBExternalResourceConfigurationImpl
public CIBExternalResourceConfigurationImpl(javax.management.MBeanServerConnection connection,
javax.management.ObjectName name)
throws javax.management.MalformedObjectNameException
- Constructor
- Parameters:
connection
- MBeanServerConnectionname
- ObjectName
- Throws:
javax.management.MalformedObjectNameException
getProviderUri
public java.lang.String getProviderUri()
throws CIBIOException,
CIBAttributeNotFoundException
- Returns the provider Uri of the external resource
- Specified by:
getProviderUri
in interface CIBExternalResourceConfiguration
- Returns:
- String
- Throws:
CIBIOException
CIBAttributeNotFoundException