See: Description
| Interface | Description |
|---|---|
| Callbackable |
The asynchronous model supported by the CICS Transaction Gateway allows the
use of callback objects.
|
| Container |
A container is a uniquely named block of data that can be passed to a
subsequent program or transaction.
|
| ECIReturnCodes |
Gateway ECI Return codes.
|
| EPIEndReasonCodes |
Constant values representing EPI transaction end and terminal
disconnect return codes.
|
| EPIReturnCodes |
Constant values representing EPI return codes.
|
| ESIReturnCodes |
Constant values representing ESI return codes.
|
| GatewayIntercept |
Provides a plug-in interface that allows
JavaGateway method calls to be
intercepted. |
| GatewayReturnCodes |
Constant values representing Gateway return codes.
|
| TFileReturnCodes |
Constant values representing return codes reported when a
TFileException is thrown. |
| Class | Description |
|---|---|
| AutoJavaGateway |
This is a bootstrap class.
|
| Channel |
A Channel is a named collection of
Container
objects that can be passed to a CICS program. |
| CicsCpRequest |
This class contains the details of the code page used by the CICS TG.
|
| CICSTrace |
Wrapper for the
CommonLogger class so it can be used to trace the
Local ECI resource adapter messages. |
| ECIRequest |
This class contains the details of an ECI request to the CICS Transaction
Gateway.
|
| EPIRequest |
This class contains the details of an EPI request to the CICS Transaction Gateway.
|
| ESIRequest |
This class contains the details of an ESI request to the CICS Transaction
Gateway.
|
| GatewayRequest |
This is the root class that all the different types of Gateway request are
built off.
|
| JavaGateway |
The JavaGateway represents a logical connection between your program and
the CICS Transaction Gateway when you specify a remote protocol.
|
| LocalJavaGateway |
The LocalJavaGateway represents a logical connection between your
program and the CICS Transaction Server when you specify a local connection.
|
| SslJavaGateway |
This class manages the connection between a program and a CICS Transaction
Gateway.
|
| StatsSslJavaGateway | |
| T |
This class controls CICS Transaction Gateway application trace.
|
| Enum | Description |
|---|---|
| Container.ContainerType |
Defines the type of data in a
Container and whether it
is subject to code page conversion. |
| GatewayIntercept.InterceptAction |
Indicates whether a
JavaGateway method call should continue as normal
or be intercepted. |
| Exception | Description |
|---|---|
| TFileException |
This exception is thrown by the
T class when an error occurs. |