AbendCode
Returns a four-character CICS® transaction abend code, or spaces if no
abend has occurred.
CallType
Returns the call type for the call currently
being executed.
CallTypeText
Returns the type of call the flow is currently executing as text.
Diagnose
Returns text describing the current state of the flow object.
Flowid
Returns a unique identifier for this flow object.
ForceReset
Makes the flow inactive and resets it. Typically, this method is used to
prepare a flow object for re-use or deletion after a flow has been abandoned.
Poll
Indicates whether a reply has been received from a deferred
synchronous Backout, Cancel, Changed, Commit, Link,
or Status call request.
SetSyncType
Sets the synchronization type required for this CclOFlow
object.
SetTimeout
Sets the timeout value for the flow object for the next activation of the
flow. This value can be set while a flow is active, but does not affect the
current active flow.
SyncType
Returns the type of synchronization being used.
Timeout
Returns the current timeout value set for the flow object.
Wait
Waits for a reply from the server, blocking the client process in the meantime.
This method is used when a deferred synchronous call was made, but the application
now wants to wait synchronously for a reply.