|
CICS® Transaction Gateway Base API Programming Reference v8.1.0.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.ctg.client.GatewayRequest
public class 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. GatewayRequest now include some expanded types
Field Summary |
---|
Method Summary | |
---|---|
int |
getGatewayRc()
Gets the gateway return code set in this object. |
java.lang.String |
getGatewayRcString()
Gets the Gateway return code set in this object and returns it as a String. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getGatewayRc()
public java.lang.String getGatewayRcString()
The String returned is the name of the appropriate Java constant e.g. if the iGateway_Rc is ERROR_CONNECTION_FAILED, then the String returned will be "ERROR_CONNECTION_FAILED". If the iGateway_Rc is unknown then the String returned will be "ERROR_UNKNOWN_GATEWAY_RC".
|
©Copyright IBM Corp. 1994, 2012 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |