terminate()

Terminates the ODA, performing any required clean-up tasks.

Syntax

public abstract void terminate();

Parameters

None.

Return values

None.

Notes

Business Object Designer calls the terminate() method when it shuts down the ODA. In your implementation of this method, it is good practice to free all the memory and disconnect from the data source.

Important:
The terminate() method is an abstract method that has no default implementation. Therefore, the ODA class must implement this method.

Copyright IBM Corp. 1997, 2003