|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int EPI_TRAN_NO_ERROR
static final int EPI_TRAN_NOT_STARTED
static final int EPI_TRAN_STATE_UNKNOWN
static final int EPI_READTIMEOUT_EXPIRED
static final int EPI_END_SIGNOFF
static final int EPI_END_SHUTDOWN
static final int EPI_END_OUTSERVICE
static final int EPI_END_UNKNOWN
static final int EPI_END_FAILED
static final java.lang.String[] astrEndReason
static final java.lang.String strINVALID_END_REASON
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |