getTerminate()

Retrieves the value of the internal terminate-connector flag.

Syntax

public boolean getTerminate();
 

Parameters

None.

Return values

Aboolean value that indicates the current setting of the internal terminate-connector flag.

Exceptions

None.

Notes

The getTerminate() method retrieves the value of an internal flag that indicates that the connector framework should terminate the connector. The connector can set the status of this internal flag with the setTerminate() method. The pollForEvents() method should call the getTerminate() method after its call to getBO() to determine whether to return the APPRESPONSETIMEOUT outcome status. For more information, see Retrieving application data..

See also

getBO(),, setTerminate()

Copyright IBM Corp. 1997, 2004