public interface EPIReturnCodes
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
astrCics_Rc
Error code enumeration.
|
static int |
EPI_ERR_ABENDED
A read timeout occurred for the current transaction.
|
static int |
EPI_ERR_ADDTYPE_INVALID
The Terminal Add Type was invalid.
|
static int |
EPI_ERR_ALREADY_INSTALLED
The terminal ID is already installed.
|
static int |
EPI_ERR_ATI_ACTIVE
An ATI transaction is already active.
|
static int |
EPI_ERR_ATI_STATE
Invalid atiState provided.
|
static int |
EPI_ERR_BAD_INDEX
Invalid
EPIRequest.termIndex . |
static int |
EPI_ERR_CCSID_INVALID
The CCSid supplied was invalid.
|
static int |
EPI_ERR_FAILED
The function failed for an unexpected reason.
|
static int |
EPI_ERR_IN_CALLBACK
The call was made from a Client daemon callback routine.
|
static int |
EPI_ERR_IS_INIT
The EPI is already initialized.
|
static int |
EPI_ERR_MAX_SESSIONS
There are insufficient communication resources to complete the
request.
|
static int |
EPI_ERR_MAX_SYSTEMS
The CICS TG has reached its limit on the maximum number of CICS
servers.
|
static int |
EPI_ERR_MAX_TERMS
Maximum number of terminals reached.
|
static int |
EPI_ERR_MODELID_INVALID
The model ID was invalid.
|
static int |
EPI_ERR_MORE_DATA
EPIRequest.getEvent() supplied data array too small and data has
been truncated. |
static int |
EPI_ERR_MORE_EVENTS
There are more events outstanding.
|
static int |
EPI_ERR_MORE_SYSTEMS
There are more systems to return than were requested.
|
static int |
EPI_ERR_NO_CICS
Communication with the target CICS server could not be established.
|
static int |
EPI_ERR_NO_CONVERSE
No reply expected by the terminal resource.
|
static int |
EPI_ERR_NO_DATA
No reply data was provided.
|
static int |
EPI_ERR_NO_EVENT
There are no events outstanding.
|
static int |
EPI_ERR_NO_SYSTEMS
There are no servers known to the Gateway daemon.
|
static int |
EPI_ERR_NOT_3270_DEVICE
Not a 3270 device.
|
static int |
EPI_ERR_NOT_INIT
The EPI environment has not been initialized.
|
static int |
EPI_ERR_NULL_PARM
The
EPIRequest.termIndex was zero. |
static int |
EPI_ERR_NULL_PASSWORD
The password supplied was an empty string or NULL.
|
static int |
EPI_ERR_NULL_USERID
The user ID supplied was an empty string or NULL.
|
static int |
EPI_ERR_PASSWORD_INVALID
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
EPI_ERR_RESOURCE_SHORTAGE
There are insufficient resources to communicate with the target
CICS server; details might be available in the CICS TG error log
files.
|
static int |
EPI_ERR_RESPONSE_TIMEOUT
The terminal did not install within the given timeout.
|
static int |
EPI_ERR_SECURITY
A server security error occurred, such as an incorrect user ID
or password.
|
static int |
EPI_ERR_SENSE_CODE
An invalid sense code was provided.
|
static int |
EPI_ERR_SERVER_BUSY
The CICS server was too busy to handle the request.
|
static int |
EPI_ERR_SERVER_DOWN
Communication with the target CICS server could not be established.
|
static int |
EPI_ERR_SIGNON_NOT_POSS
A request for a signon capable terminal was not possible.
|
static int |
EPI_ERR_SIGNONCAP_INVALID
The Terminal Signon Capability flag was invalid.
|
static int |
EPI_ERR_SYSTEM
The target CICS server is unknown to the Gateway daemon.
|
static int |
EPI_ERR_TERMID_INVALID
The requested terminal ID was invalid.
|
static int |
EPI_ERR_TRAN_ACTIVE
There is a transaction running against the terminal resource, or there
are unprocessed events.
|
static int |
EPI_ERR_TTI_ACTIVE
An EPI transaction is already active.
|
static int |
EPI_ERR_USERID_INVALID
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
EPI_ERR_VERSION
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
|
static int |
EPI_ERR_WAIT
The
EPIRequest.waitState field is invalid. |
static int |
EPI_NORMAL
The function completed normally.
|
static final int EPI_NORMAL
static final int EPI_ERR_NOT_INIT
static final int EPI_ERR_BAD_INDEX
EPIRequest.termIndex
.static final int EPI_ERR_FAILED
@Deprecated static final int EPI_ERR_VERSION
static final int EPI_ERR_IS_INIT
static final int EPI_ERR_NO_SYSTEMS
static final int EPI_ERR_MORE_SYSTEMS
EPIRequest.numServersKnown
field.static final int EPI_ERR_MAX_TERMS
static final int EPI_ERR_SYSTEM
static final int EPI_ERR_TRAN_ACTIVE
static final int EPI_ERR_NO_DATA
static final int EPI_ERR_TTI_ACTIVE
static final int EPI_ERR_ATI_ACTIVE
static final int EPI_ERR_NO_CONVERSE
static final int EPI_ERR_ATI_STATE
static final int EPI_ERR_NO_EVENT
static final int EPI_ERR_MORE_EVENTS
static final int EPI_ERR_MORE_DATA
EPIRequest.getEvent()
supplied data array too small and data has
been truncated.static final int EPI_ERR_WAIT
EPIRequest.waitState
field is invalid.static final int EPI_ERR_SERVER_DOWN
static final int EPI_ERR_SENSE_CODE
static final int EPI_ERR_SECURITY
static final int EPI_ERR_IN_CALLBACK
static final int EPI_ERR_NULL_PARM
EPIRequest.termIndex
was zero.static final int EPI_ERR_ADDTYPE_INVALID
static final int EPI_ERR_SIGNONCAP_INVALID
static final int EPI_ERR_RESPONSE_TIMEOUT
static final int EPI_ERR_SIGNON_NOT_POSS
static final int EPI_ERR_TERMID_INVALID
static final int EPI_ERR_MODELID_INVALID
static final int EPI_ERR_NOT_3270_DEVICE
static final int EPI_ERR_ALREADY_INSTALLED
@Deprecated static final int EPI_ERR_USERID_INVALID
@Deprecated static final int EPI_ERR_PASSWORD_INVALID
static final int EPI_ERR_NULL_USERID
static final int EPI_ERR_NULL_PASSWORD
static final int EPI_ERR_CCSID_INVALID
static final int EPI_ERR_SERVER_BUSY
static final int EPI_ERR_ABENDED
static final int EPI_ERR_RESOURCE_SHORTAGE
static final int EPI_ERR_NO_CICS
static final int EPI_ERR_MAX_SYSTEMS
static final int EPI_ERR_MAX_SESSIONS
static final java.lang.String[] astrCics_Rc