Contains classes for accessing CICS servers using the CICS Transaction Gateway.

Classes

  ClassDescription
Public classChannel
A named collection of Container objects that can be passed to a CICS program.
Public classClientConfigurationException
The exception that is thrown when an error in the application configuration file is detected.
Public classContainer
A uniquely named block of data which is held in a Channel.
Public classContainerExistsException
The exception that is thrown when an attempt is made to create a Container with the same name as one that already exists within a Channel.
Public classContainerNotFoundException
The exception that is thrown when an attempt is made to access a Container that does not exist within a Channel.
Public classContainerTypeException
The exception that is thrown when an attempt is made to access a Container using methods that are not appropriate for its type.
Public classEciRequest
Represents a CICS External Call Interface (ECI) request.
Public classEsiChangeRequest
Represents a CICS External Security Interface (ESI) change request.
Public classEsiVerifyRequest
Represents a CICS External Security Interface (ESI) verify request.
Public classGatewayConnection
Represents a connection to a Gateway daemon.
Public classGatewayException
The exception that is thrown when an error occurs within a Gateway daemon.
Public classGatewayRequest
Base class for requests that can be sent to a Gateway daemon.
Public classInvalidNameException
The exception that is thrown when there is an attempt to create a Channel or Container with a name that is not valid.
Public classSslGatewayConnection
Represents a Secure Sockets Layer (SSL) connection to a Gateway daemon.
Public classSslProperties
Contains properties used to establish an SslGatewayConnection to a Gateway daemon.
Public classTrace
Provides methods for controlling trace in IBM.CTG.Client.dll.

Structures

  StructureDescription
Public structureCicsServer
Represents a CICS server defined in a Gateway daemon.

Enumerations

  EnumerationDescription
Public enumerationContainerType
Defines the data type held within a Container.
Public enumerationEciExtendMode
Specifies whether an EciRequest should start, continue, or end a logical unit of work (LUW).
Public enumerationEciReturnCode
Defines External Call Interface (ECI) return codes.
Public enumerationEsiReturnCode
Defines External Security Interface (ESI) return codes.
Public enumerationGatewayReturnCode
Defines return codes returned by a Gateway daemon.
Public enumerationTraceLevel
Defines trace levels for IBM.CTG.Client.dll.