public interface IDataSourceInstance
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getAllExtensionProperties()
Gets the public connection properties, in the form of a (name, value) pairs.
|
java.lang.String |
getExtensionID()
Gets the ID of the ODA extension which defines this type of data source
|
java.lang.String |
getExtensionProperty(java.lang.String name)
Get the extension property value
|
java.lang.String |
getName()
Gets the name of this data source
|
void |
setExtensionProperty(java.lang.String name,
java.lang.String value)
Set the extension property value
|
java.lang.String getName()
java.lang.String getExtensionID()
java.lang.String getExtensionProperty(java.lang.String name)
name
- void setExtensionProperty(java.lang.String name, java.lang.String value)
name
- value
- java.util.Map getAllExtensionProperties()
Copyright © 2008 Actuate Corp. All rights reserved.