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.