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.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.client.SslJavaGateway.setKeyRing(String, String)
As of v6.0, deprecated in favour of
JavaGateway.setProtocolProperties(Properties) |
com.ibm.ctg.client.T.setTimingOn(boolean) |