validConnectionHandler

Identifier:
org.eclipse.datatools.connectivity.sqm.core.validConnectionHandler

Since:
[Enter the first release in which this extension point appears.]

Description:
Provides a ConnectionHandler. A ConnectionHandler must implement org.eclipse.datatools.connectivity.sqm.core.connection.IValidConnectionHandler It ensures that the underlying JDBC connection is valid. If not valid, a new connection is reestablished.

Configuration Markup:

<!ELEMENT extension (handler+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT handler EMPTY>

<!ATTLIST handler

vendor CDATA #REQUIRED

class  CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]