Contains classes for accessing CICS servers using the CICS Transaction Gateway.
Classes
Class | Description | |
---|---|---|
![]() | 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. |
![]() | 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 | |
---|---|---|
![]() | 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. |