Package com.ibm.ctg.client

Provides base classes for developing Java client applications.

See: Description

  • Interface Summary 
    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 Summary 
    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
    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 
    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 Summary 
    Exception Description
    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, 2016


Legal