setTerminate()

Sets the internal terminate-connector flag to true.

Syntax

public void setTerminate();
 

Parameters

None.

Return values

None.

Exceptions

None.

Notes

The setTerminate() method sets an internal flag that tells the connector framework to terminate the connector. The connector can check the status of this internal flag with the getTerminate() method. The getBO() method should call the setTerminate() method after its call to doVerbFor() if doVerbFor() has returned the APPRESPONSETIMEOUT outcome status. For more information, see Retrieving application data.

See also

getTerminate()

Copyright IBM Corp. 1997, 2003