public class ECIResourceAdapterRc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ECI_ERR_ALREADY_ACTIVE
An attempt was made to continue an existing logical unit of work, but
there was an outstanding asynchronous call for the same logical unit of
work.
|
static int |
ECI_ERR_CALL_FROM_CALLBACK
The call was made from a Client daemon callback routine.
|
static int |
ECI_ERR_CICS_DIED
Communication with the target CICS server was interrupted during the request.
|
static int |
ECI_ERR_EXEC_NOT_RESIDENT
Deprecated.
|
static int |
ECI_ERR_INVALID_CALL_TYPE
The call type is invalid.
|
static int |
ECI_ERR_INVALID_DATA_AREA
The input data record is invalid.
|
static int |
ECI_ERR_INVALID_DATA_LENGTH
Invalid COMMAREA length.
|
static int |
ECI_ERR_INVALID_EXTEND_MODE
The extend mode is invalid.
|
static int |
ECI_ERR_INVALID_VERSION
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
ECI_ERR_LUW_TOKEN
The LUW token is invalid.
|
static int |
ECI_ERR_MAX_SESSIONS
There are insufficient communication resources to complete this request.
|
static int |
ECI_ERR_MAX_SYSTEMS
CICS Transaction Gateway has reached the limit on the maximum number of CICS servers.
|
static int |
ECI_ERR_MORE_SYSTEMS
There are more systems to return than were requested.
|
static int |
ECI_ERR_MSG_QUAL_IN_USE
The supplied message qualifier is already in use and
cannot be used at this time.
|
static int |
ECI_ERR_NO_CICS
Communication with the target CICS server could not be established.
|
static int |
ECI_ERR_NO_MSG_QUALS
An attempt to auto generate a message qualifier failed.
|
static int |
ECI_ERR_NO_REPLY
No reply received to an asynchrous request.
|
static int |
ECI_ERR_NO_SESSIONS
There are insufficient communication resources to communicate with
the target CICS server.
|
static int |
ECI_ERR_NO_SYSTEMS
There are no servers known to the Gateway daemon.
|
static int |
ECI_ERR_NULL_MESSAGE_ID
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
ECI_ERR_NULL_SEM_HANDLE
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
ECI_ERR_NULL_WIN_HANDLE
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
ECI_ERR_REQUEST_TIMEOUT
The timeout interval expired before the request was sent to CICS, or the
timeout value supplied is negative.
|
static int |
ECI_ERR_RESOURCE_SHORTAGE
There are insufficient resources to communicate with the target
CICS server; details might be available in one of the product error logs.
|
static int |
ECI_ERR_RESPONSE_TIMEOUT
The ECI call timed out while waiting for a response.
|
static int |
ECI_ERR_ROLLEDBACK
An attempt was made to commit a logical unit of work, but the
CICS server was unable to commit the changes, and backed them out
instead.
|
static int |
ECI_ERR_SECURITY_ERROR
An invalid combination of username and password was specified.
|
static int |
ECI_ERR_SYSTEM_ERROR
An internal system error has occurred.
|
static int |
ECI_ERR_THREAD_CREATE_ERROR
Error creating thread.
|
static int |
ECI_ERR_TRANSACTION_ABEND
The CICS transaction abended.
|
static int |
ECI_ERR_UNKNOWN_SERVER
The target CICS server is unknown.
|
static int |
ECI_ERR_XID_INVALID
No transaction exists with the specified XID.
|
static int |
ECI_NO_ERROR
The function completed normally.
|
static int |
ERROR_CONNECTION_FAILED
The connection to the CICS Transaction Gateway failed.
|
static int |
ERROR_EXIT_RETRY_INVALID
The server selected by the
CICSRequestExit
uses a different CICS communication protocol to that of the last
attempted server. |
static int |
ERROR_GATEWAY_BACK_LEVEL
The Gateway this Java Client connected to is at an earlier release.
|
static int |
ERROR_GATEWAY_CLOSED
The CICS Transaction Gateway has closed.
|
static int |
ERROR_GATEWAY_EXCEPTION
An exception occurred in the Gateway - used to tell callbacks
what happened.
|
static int |
ERROR_INVALID_REQUEST_TYPE
The request type is invalid for the protocol handler which received it.
|
static int |
ERROR_NOT_AUTHORIZED
Flow of request was rejected, client is not authorized to flow requests.
|
static int |
ERROR_NOT_SUPPORTED
The request type was not supported by the CICS Transaction Gateway.
|
static int |
ERROR_REPLY_MISMATCH
The reply from the CICS Transaction Gateway did not match the original
request type.
|
static int |
ERROR_UNKNOWN_REQUEST_TYPE
The request type was not recognised by the CICS Transaction Gateway.
|
static int |
ERROR_WORK_WAS_REFUSED
The CICS Transaction Gateway refused the request.
|
static int |
ERROR_XA_SUPPORT_NOT_ENABLED
The platform supports the type of request, but was not configured
to allow this type of request.
|
static java.lang.String |
strINVALID_GATEWAY_RC |
public static final int ECI_NO_ERROR
public static final int ECI_ERR_INVALID_DATA_LENGTH
public static final int ECI_ERR_INVALID_EXTEND_MODE
public static final int ECI_ERR_NO_CICS
public static final int ECI_ERR_CICS_DIED
public static final int ECI_ERR_REQUEST_TIMEOUT
public static final int ECI_ERR_NO_REPLY
public static final int ECI_ERR_RESPONSE_TIMEOUT
public static final int ECI_ERR_TRANSACTION_ABEND
@Deprecated public static final int ECI_ERR_EXEC_NOT_RESIDENT
public static final int ECI_ERR_LUW_TOKEN
public static final int ECI_ERR_SYSTEM_ERROR
@Deprecated public static final int ECI_ERR_NULL_WIN_HANDLE
@Deprecated public static final int ECI_ERR_NULL_MESSAGE_ID
public static final int ECI_ERR_THREAD_CREATE_ERROR
public static final int ECI_ERR_INVALID_CALL_TYPE
public static final int ECI_ERR_ALREADY_ACTIVE
public static final int ECI_ERR_RESOURCE_SHORTAGE
public static final int ECI_ERR_NO_SESSIONS
@Deprecated public static final int ECI_ERR_NULL_SEM_HANDLE
public static final int ECI_ERR_INVALID_DATA_AREA
@Deprecated public static final int ECI_ERR_INVALID_VERSION
public static final int ECI_ERR_UNKNOWN_SERVER
public static final int ECI_ERR_CALL_FROM_CALLBACK
public static final int ECI_ERR_MORE_SYSTEMS
ECIRequest.numServersKnown
field.public static final int ECI_ERR_NO_SYSTEMS
public static final int ECI_ERR_SECURITY_ERROR
public static final int ECI_ERR_MAX_SYSTEMS
public static final int ECI_ERR_MAX_SESSIONS
public static final int ECI_ERR_ROLLEDBACK
public static final int ECI_ERR_XID_INVALID
public static final int ECI_ERR_NO_MSG_QUALS
public static final int ECI_ERR_MSG_QUAL_IN_USE
public static final int ERROR_CONNECTION_FAILED
public static final int ERROR_UNKNOWN_REQUEST_TYPE
public static final int ERROR_REPLY_MISMATCH
public static final int ERROR_GATEWAY_CLOSED
public static final int ERROR_WORK_WAS_REFUSED
public static final int ERROR_GATEWAY_EXCEPTION
public static final int ERROR_NOT_AUTHORIZED
public static final int ERROR_NOT_SUPPORTED
public static final int ERROR_XA_SUPPORT_NOT_ENABLED
public static final int ERROR_GATEWAY_BACK_LEVEL
public static final int ERROR_INVALID_REQUEST_TYPE
public static final int ERROR_EXIT_RETRY_INVALID
CICSRequestExit
uses a different CICS communication protocol to that of the last
attempted server. The servers returned by the exit for a particular
ECI request must all use the same communication protocol (IPIC or
EXCI).public static final java.lang.String strINVALID_GATEWAY_RC