DTP ODA Consumer Data Source Property Service Provider

org.eclipse.datatools.connectivity.oda.consumer.propertyProvider

3.0.1

This ODA consumer helper component's extension point allows an ODA consumer application to extend the ODA consumer framework to provide application-specific service to obtain and adjust externalized property names and corresponding values, for use by an ODA run-time driver to connect to a data source.

<!ELEMENT extension (dataSourcePropertyService)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT dataSourcePropertyService EMPTY>

<!ATTLIST dataSourcePropertyService

consumerApplicationId CDATA #REQUIRED

providerClass         CDATA #REQUIRED>

Allows an ODA consumer application, such as J2EE application, to extend the ODA consumer framework to provide application-specific service to obtain and adjust configurable, externalized property names and corresponding values, for use by an ODA run-time driver to connect to a data source.



[Provisional] An extension must implement the IPropertyProvider interface defined in the org.eclipse.datatools.connectivity.oda.consumer.services package. See the package's JavaDoc documentation for more information.