CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.client
Interface EPIEndReasonCodes

All Known Implementing Classes:
EPIRequest, EPITranFailedException, EPITxnFailedException, Terminal

public interface EPIEndReasonCodes

Constant values representing EPI transaction end and terminal disconnect return codes.


Field Summary
static java.lang.String[] astrEndReason
          Error code enumeration.
static int EPI_END_FAILED
          An attempt to delete the terminal resource failed.
static int EPI_END_OUTSERVICE
          The terminal resource has been switched out of service.
static int EPI_END_SHUTDOWN
          The CICS Server is shutting down.
static int EPI_END_SIGNOFF
          Terminal was signed off.
static int EPI_END_UNKNOWN
          An unexpected error occurred.
static int EPI_READTIMEOUT_EXPIRED
          Conversional transaction timed out.
static int EPI_TRAN_NO_ERROR
          Transaction ended without error.
static int EPI_TRAN_NOT_STARTED
          Transaction failed to start.
static int EPI_TRAN_STATE_UNKNOWN
          Transaction failed to complete.
static java.lang.String strINVALID_END_REASON
           
 

Field Detail

EPI_TRAN_NO_ERROR

static final int EPI_TRAN_NO_ERROR
Transaction ended without error.

See Also:
Constant Field Values

EPI_TRAN_NOT_STARTED

static final int EPI_TRAN_NOT_STARTED
Transaction failed to start.

See Also:
Constant Field Values

EPI_TRAN_STATE_UNKNOWN

static final int EPI_TRAN_STATE_UNKNOWN
Transaction failed to complete.

See Also:
Constant Field Values

EPI_READTIMEOUT_EXPIRED

static final int EPI_READTIMEOUT_EXPIRED
Conversional transaction timed out.

See Also:
Constant Field Values

EPI_END_SIGNOFF

static final int EPI_END_SIGNOFF
Terminal was signed off.

See Also:
Constant Field Values

EPI_END_SHUTDOWN

static final int EPI_END_SHUTDOWN
The CICS Server is shutting down.

See Also:
Constant Field Values

EPI_END_OUTSERVICE

static final int EPI_END_OUTSERVICE
The terminal resource has been switched out of service.

See Also:
Constant Field Values

EPI_END_UNKNOWN

static final int EPI_END_UNKNOWN
An unexpected error occurred.

See Also:
Constant Field Values

EPI_END_FAILED

static final int EPI_END_FAILED
An attempt to delete the terminal resource failed.

See Also:
Constant Field Values

astrEndReason

static final java.lang.String[] astrEndReason
Error code enumeration. Not to be used directly.


strINVALID_END_REASON

static final java.lang.String strINVALID_END_REASON
See Also:
Constant Field Values

©Copyright IBM Corp. 1994, 2014
Legal