CICS® Transaction Gateway Programming Reference V3.1

com.ibm.ctg.client
Class GatewayRequest

java.lang.Object
  |
  +--com.ibm.ctg.client.GatewayRequest
Direct Known Subclasses:
CicsCpRequest, ECIRequest, EPIRequest, ESIRequest

public class GatewayRequest
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_CONNECTION_FAILED

public static final int ERROR_CONNECTION_FAILED
The connection to the CICS Gateway to Java failed

ERROR_UNKNOWN_REQUEST_TYPE

public static final int ERROR_UNKNOWN_REQUEST_TYPE
The request type was no recognised by the CICS Gateway for Java

ERROR_REPLY_MISMATCH

public static final int ERROR_REPLY_MISMATCH
The reply from the CICS Gateway for Java did not match the original request type

ERROR_GATEWAY_CLOSED

public static final int ERROR_GATEWAY_CLOSED
The CICS Gateway for Java has closed

ERROR_WORK_WAS_REFUSED

public static final int ERROR_WORK_WAS_REFUSED
The CICS Gateway for Java refused the request

© Copyright IBM Corp. 1994, 1999