Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Class and Description |
---|
Callbackable
The asynchronous model supported by the CICS Transaction Gateway allows the
use of callback objects.
|
Channel
A Channel is a named collection of
Container
objects that can be passed to a CICS program. |
Container
A container is a uniquely named block of data that can be passed to a
subsequent program or transaction.
|
Container.ContainerType
Defines the type of data in a
Container and whether it
is subject to code page conversion. |
ECIRequest
This class contains the details of an ECI request to the CICS Transaction
Gateway.
|
ECIReturnCodes
Gateway ECI Return codes.
|
ESIRequest
This class contains the details of an ESI request to the CICS Transaction
Gateway.
|
ESIReturnCodes
Constant values representing ESI return codes.
|
GatewayRequest
This is the root class that all the different types of Gateway request are
built off.
|
GatewayReturnCodes
Constant values representing Gateway return codes.
|
TFileReturnCodes
Constant values representing return codes reported when a
TFileException is thrown. |