getVersion()

Retrieves the version of the connector.

Syntax

public String getVersion();

Parameters

None.

Return values

A String indicating the version of the connector's application-specific component.

Notes

The connector framework calls the getVersion() method to retrieve the version of the connector.

Important:
The getVersion() method is an abstract method that you must implement for the connector.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.