Field and Description |
---|
com.ibm.ctg.client.ECIRequest.ECI_CANCEL
End LUW and commit changes, exactly the same as ECI_COMMIT.
|
com.ibm.ctg.client.ECIReturnCodes.ECI_ERR_EXEC_NOT_RESIDENT |
com.ibm.ctg.client.ECIReturnCodes.ECI_ERR_INVALID_VERSION
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.ECIReturnCodes.ECI_ERR_NULL_MESSAGE_ID
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.ECIReturnCodes.ECI_ERR_NULL_SEM_HANDLE
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.ECIReturnCodes.ECI_ERR_NULL_WIN_HANDLE
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.ECIRequest.ECI_STATE_ASYNC_JAVA
The getStatus(String,int,Callbackable) method of ECIRequest should be used to
retrieve immediate asynchronous status information about a CICS server.
|
com.ibm.ctg.client.ECIRequest.ECI_STATE_SYNC_JAVA
The getStatus(String) method of ECIRequest should be used to retrieve immediate
synchronous status information about a CICS server.
|
com.ibm.ctg.client.EPIReturnCodes.EPI_ERR_PASSWORD_INVALID
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.EPIReturnCodes.EPI_ERR_USERID_INVALID
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.EPIReturnCodes.EPI_ERR_VERSION
Not returned by the CICS Transaction Gateway Java API.
|
com.ibm.ctg.client.ESIRequest.ESI_PASSWORD_MAX
This field is deprecated.
The maximum supported password or password phrase length varies by CICS server and communication protocol. Refer to your CICS server documentation for details. |
Method and Description |
---|
com.ibm.ctg.client.Channel.createContainer(String, String, String) |
com.ibm.ctg.client.SslJavaGateway.getKeyRing()
As of v6.0, deprecated in favour of
JavaGateway.getProtocolProperties() |
com.ibm.ctg.epi.Field.setBytes(int, byte[], int)
This Method is not recommended for use as extreme care is required
To ensure that the bytes are in the correct encoding and the buffer
address and length are exactly correct. You should use setText
instead to ensure correct field manipulation.
|
com.ibm.ctg.client.SslJavaGateway.setKeyRing(String, String)
As of v6.0, deprecated in favour of
JavaGateway.setProtocolProperties(Properties) |
com.ibm.ctg.client.T.setTimingOn(boolean) |