public interface ConfigurationAPI
Context
private ConfigurationAPI configurationApi;
}
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getPropertyNames()
Returns the list of properties defined in the adapter descriptor
|
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Gets the property value for the given property name.
|
java.lang.String |
getServerJNDIProperty(java.lang.String name)
Helper method to retrieve JNDI properties from the server configuration.
|
java.lang.String getServerJNDIProperty(java.lang.String name)
name
- - The property's namejava.lang.String getPropertyValue(java.lang.String propertyName)
propertyName
- The name of the propertyjava.lang.String[] getPropertyNames()
© Copyright IBM Corp. 2006, 2015. All Rights Reserved.