Public methods
abendCode
Returns the abend code from the most recently executed
CICS®
transaction, or blank if there have been none.
callType
Returns an enumeration value indicating the most recent type of server request.
callTypeText
Returns the name of the most recent server request.
connection
Returns a pointer to the CclConn object that represents the server being used, if any, or zeros.
diagnose
flowId
Returns the unique identity of this CclFlow object.
forceReset
Makes the flow inactive and resets it.
handleReply
listState
Returns a formatted string containing the current state of the object.
poll
setTimeout
syncType
Returns an enumeration, defined within the
Ccl
class indicating the type of synchronization being used.
timeout
Retrieves the current timeout value set for the flow object.
uow
Returns a pointer to any CclUOW object containing information on any units of work (UOWs) associated with this interaction.
wait
Waits for a reply from the server, blocking the client process in the meantime.
Parent topic:
CclFlow class