| Package | Description |
|---|---|
| com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
| com.ibm.ctg.epi |
Provides EPI support classes for developing Java applications without
requiring a detailed knowledge of 3270 data streams.
|
| com.ibm.ctg.intercept |
Provides classes for developing CICS Intercept plug-ins that enable
ECI, EPI and ESI requests from remote mode applications to be intercepted.
|
| 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.
|
| EPIEndReasonCodes
Constant values representing EPI transaction end and terminal
disconnect return codes.
|
| EPIRequest
This class contains the details of an EPI request to the CICS Transaction Gateway.
|
| EPIReturnCodes
Constant values representing EPI return codes.
|
| ESIRequest
This class contains the details of an ESI request to the CICS Transaction
Gateway.
|
| ESIReturnCodes
Constant values representing ESI return codes.
|
| GatewayIntercept.InterceptAction
Indicates whether a
JavaGateway method call should continue as normal
or be intercepted. |
| GatewayRequest
This is the root class that all the different types of Gateway request are
built off.
|
| GatewayReturnCodes
Constant values representing Gateway return codes.
|
| JavaGateway
The JavaGateway represents a logical connection between your program and
the CICS Transaction Gateway when you specify a remote protocol.
|
| SslJavaGateway
This class manages the connection between a program and a CICS Transaction
Gateway.
|
| TFileReturnCodes
Constant values representing return codes reported when a
TFileException is thrown. |
| Class and Description |
|---|
| 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.
|
| GatewayReturnCodes
Constant values representing Gateway return codes.
|
| JavaGateway
The JavaGateway represents a logical connection between your program and
the CICS Transaction Gateway when you specify a remote protocol.
|
| Class and Description |
|---|
| GatewayRequest
This is the root class that all the different types of Gateway request are
built off.
|