DTP ODA Consumer Data Source Property Service Provider

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

Since:
3.0.1

Description:
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.

Configuration Markup:

<!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.



API Information:
[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.


Copyright (c) 2006 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ .