|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ctg.client.GatewayRequest
This is the root class that all the different types of Gateway request are built off. It simply contains the request type and the message id, and provides serialisation methods to write/read the message header
Field Summary | |
static int |
ERROR_CONNECTION_FAILED
The connection to the CICS Gateway to Java failed |
static int |
ERROR_GATEWAY_CLOSED
The CICS Gateway for Java has closed |
static int |
ERROR_REPLY_MISMATCH
The reply from the CICS Gateway for Java did not match the original request type |
static int |
ERROR_UNKNOWN_REQUEST_TYPE
The request type was no recognised by the CICS Gateway for Java |
static int |
ERROR_WORK_WAS_REFUSED
The CICS Gateway for Java refused the request |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int ERROR_CONNECTION_FAILED
public static final int ERROR_UNKNOWN_REQUEST_TYPE
public static final int ERROR_REPLY_MISMATCH
public static final int ERROR_GATEWAY_CLOSED
public static final int ERROR_WORK_WAS_REFUSED
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |