Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Modifier and Type | Class and Description |
---|---|
class |
CicsCpRequest
This class contains the details of the code page used by the CICS TG.
|
class |
ECIRequest
This class contains the details of an ECI request to the CICS Transaction
Gateway.
|
class |
ESIRequest
This class contains the details of an ESI request to the CICS Transaction
Gateway.
|
Modifier and Type | Method and Description |
---|---|
int |
JavaGateway.flow(GatewayRequest gatRequest)
Flows the specified GatewayRequest to the CICS Transaction Gateway and
then waits for the reply.
|
void |
Callbackable.setResults(GatewayRequest gatResults)
This method is called prior to a Callbackable object being run.
|