DTP ODA Consumer Helper Driver Bridge

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

Since:
3.0

Description:
This ODA consumer helper component's extension point supports the use of a custom ODA driver bridge. An extension would specify a run-time driver bridge that extends the consumer helper, and/or servers as an adapter to underlying data provider objects that do not implement the org.eclipse.datatools.connectivity.oda interfaces.

Configuration Markup:

<!ELEMENT extension (bridge)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT bridge EMPTY>

<!ATTLIST bridge

driverType CDATA #REQUIRED

bridgeId   CDATA #REQUIRED

>

Defines the custom driver bridge for a type of driver.



API Information:
The driver bridge must implement the runtime interfaces defined in the org.eclipse.datatools.connectivity.oda package. See the package's JavaDoc documentation and API interfaces 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 v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html