IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Implementing code from the IBM WebSphere Adapter Toolkit > Structured record implementation

Close method

This method provides cleanup for the getNext method.public void close().


Purpose of the close method

Implement this method to release resources/objects after the getNext() method has been run.

Structured record implementation