public void setTerminate();
None.
None.
None.
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.