CICS® Transaction Gateway Base API Programming Reference v8.1.0.2

Package com.ibm.ctg.client

Provides base classes for developing Java client applications.

See:
          Description

Interface Summary
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.
GatewayReturnCodes Constant values representing Gateway return codes.
TFileReturnCodes Constant values representing return codes reported when a TFileException is thrown.
 

Class Summary
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 codepage used by the Client daemon.
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 This class allows you to process request locally on a machine.
SslJavaGateway This class manages the connection between a program and a CICS Transaction Gateway.
T This class controls CICS Transaction Gateway application trace.
 

Enum Summary
Container.ContainerType Defines the type of data in a Container and whether it is subject to code page conversion.
 

Exception Summary
TFileException This exception is thrown by the T class when an error occurs.
 

Package com.ibm.ctg.client Description

Provides base classes for developing Java client applications.


©Copyright IBM Corp. 1994, 2012
Legal