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. | |
| ClientConfigurationException | The exception that is thrown when an error in the application configuration file is detected. | |
| ConnectionPoolProperties | Contains properties for creating connection pools. | |
| 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 that are not appropriate for its type. | |
| EciRequest | Represents a CICS External Call Interface (ECI) request. | |
| EsiChangeRequest | Represents a CICS External Security Interface (ESI) change request. | |
| EsiVerifyRequest | Represents a CICS External Security Interface (ESI) verify request. | |
| GatewayConnection | Represents a connection to a Gateway daemon. | |
| GatewayConnectionPool | Represents a pool of connections 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 | ||
| SslGatewayConnection | Represents a Secure Sockets Layer (SSL) connection to a Gateway daemon. | |
| SslGatewayConnectionPool | Represents a pool of Secure Sockets Layer (SSL) connections to a Gateway daemon. | |
| SslProperties | Contains properties used to establish an SslGatewayConnection to a Gateway daemon. | |
| Trace | Provides methods for controlling trace in IBM.CTG.Client.dll. |
Structures
| Structure | Description | |
|---|---|---|
| CicsServer | Represents a CICS server defined in a Gateway daemon. |
Interfaces
| Interface | Description | |
|---|---|---|
| TraceParentInterface |
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. | |
| EciReturnCode2 | Defines External Call Interface (ECI) secondary return codes. | |
| EsiReturnCode | Defines External Security Interface (ESI) return codes. | |
| GatewayReturnCode | Defines return codes returned by a Gateway daemon. | |
| SupportedSecurityTokens | Supported enumeration values for Supported Tokens by CICSTG. | |
| TraceLevel | Defines trace levels for IBM.CTG.Client.dll. |