Contains classes for accessing CICS servers using the CICS Transaction Gateway.
Classes
Class | Description | |
---|---|---|
![]() | Channel | A named collection of Container objects that can be passed to a CICS program. |
![]() | Container | A uniquely named block of data which is held in a Channel. |
![]() | ContainerExistsException | |
![]() | ContainerNotFoundException | |
![]() | ContainerTypeException | The exception that is thrown when an attempt is made to access a Container using methods which are not appropriate for its type. |
![]() | EciRequest | Represents a CICS External Call Interface (ECI) request. |
![]() | GatewayConnection | Represents a connection to a Gateway daemon. |
![]() | GatewayException | The exception that is thrown when an error occurs within a Gateway daemon. |
![]() | GatewayRequest | Base class for requests that can be sent to a Gateway daemon. |
![]() | InvalidNameException | |
![]() | Trace | Provides methods for controlling trace in ctgclient.dll and IBM.CTG.Client.dll. |
Structures
Structure | Description | |
---|---|---|
![]() | CicsServer | Represents a CICS server defined in a Gateway daemon. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ContainerType | Defines the data type held within a Container. |
![]() | EciExtendMode | Specifies whether an EciRequest should start, continue, or end a logical unit of work (LUW). |
![]() | EciReturnCode | Defines External Call Interface (ECI) return codes. |
![]() | GatewayReturnCode | Defines return codes returned by a Gateway daemon. |
![]() | TraceLevel | Defines trace levels for IBM.CTG.Client.dll and ctgclient.dll. |