public class ECIResourceAdapterRc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ECI_ERR_CICS_DIED
Communication with the target CICS server was interrupted during the request.
|
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_NO_CICS
Communication with the target CICS server could not be established.
|
static int |
ECI_ERR_NO_REPLY
No reply received to an asynchrous request.
|
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_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_TRANSACTION_ABEND
The CICS transaction abended.
|
static int |
ECI_ERR_UNKNOWN_SERVER
The target CICS server is unknown.
|
static int |
ECI_NO_ERROR
The function completed normally.
|
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_NO_REPLY
public static final int ECI_ERR_TRANSACTION_ABEND
public static final int ECI_ERR_SYSTEM_ERROR
public static final int ECI_ERR_INVALID_CALL_TYPE
public static final int ECI_ERR_RESOURCE_SHORTAGE
public static final int ECI_ERR_INVALID_DATA_AREA
public static final int ECI_ERR_UNKNOWN_SERVER
public static final int ECI_ERR_SECURITY_ERROR
public static final int ECI_ERR_ROLLEDBACK