|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ESIReturnCodes
Constant values representing ESI return codes.
Field Summary | |
---|---|
static java.lang.String[] |
astrCics_Rc
Error code enumeration. |
static int |
ESI_ERR_CALL_FROM_CALLBACK
On the CICS client, the call was made from a callback routine. |
static int |
ESI_ERR_CICS_DIED
The specified server is no longer available. |
static int |
ESI_ERR_MAX_SESSIONS
Not enough communication resources to satisfy request. |
static int |
ESI_ERR_MAX_SYSTEMS
Reached limit on maximum number of systems. |
static int |
ESI_ERR_NO_CICS
No CICS system available. |
static int |
ESI_ERR_NO_SESSIONS
No sessions. |
static int |
ESI_ERR_NULL_NEW_PASSWORD
The new password supplied was an empty string or NULL. |
static int |
ESI_ERR_NULL_OLD_PASSWORD
The old password supplied was an empty string or NULL. |
static int |
ESI_ERR_NULL_PASSWORD
The password supplied was an empty string or NULL. |
static int |
ESI_ERR_NULL_USERID
The user ID supplied was an empty string or NULL. |
static int |
ESI_ERR_PASSWORD_EXPIRED
The password has expired. |
static int |
ESI_ERR_PASSWORD_INVALID
The password is invalid. |
static int |
ESI_ERR_PASSWORD_REJECTED
The new password does not conform to the standards defined by the external security manager. |
static int |
ESI_ERR_PEM_NOT_ACTIVE
The requested server does not support password expiry management. |
static int |
ESI_ERR_PEM_NOT_SUPPORTED
Password Expiry Management is only supported over SNA and only on specific servers. |
static int |
ESI_ERR_RESOURCE_SHORTAGE
Not enough resources to complete the request. |
static int |
ESI_ERR_SECURITY_ERROR
An error was detected by the external Security Manager. |
static int |
ESI_ERR_SYSTEM_ERROR
An internal system error occurred. |
static int |
ESI_ERR_UNKNOWN_SERVER
The requested server could not be located. |
static int |
ESI_ERR_USERID_INVALID
The user ID is not known to the external security manager. |
static int |
ESI_NO_ERROR
The function completed normally. |
static int[] |
rcLookup
|
Field Detail |
---|
static final int ESI_NO_ERROR
static final int ESI_ERR_NO_CICS
static final int ESI_ERR_CICS_DIED
static final int ESI_ERR_SYSTEM_ERROR
static final int ESI_ERR_RESOURCE_SHORTAGE
static final int ESI_ERR_NO_SESSIONS
static final int ESI_ERR_UNKNOWN_SERVER
static final int ESI_ERR_CALL_FROM_CALLBACK
static final int ESI_ERR_SECURITY_ERROR
static final int ESI_ERR_MAX_SYSTEMS
static final int ESI_ERR_MAX_SESSIONS
static final int ESI_ERR_NULL_USERID
static final int ESI_ERR_NULL_OLD_PASSWORD
static final int ESI_ERR_NULL_NEW_PASSWORD
static final int ESI_ERR_PEM_NOT_SUPPORTED
static final int ESI_ERR_PEM_NOT_ACTIVE
static final int ESI_ERR_PASSWORD_EXPIRED
static final int ESI_ERR_PASSWORD_INVALID
static final int ESI_ERR_PASSWORD_REJECTED
static final int ESI_ERR_USERID_INVALID
static final int ESI_ERR_NULL_PASSWORD
static final java.lang.String[] astrCics_Rc
static final int[] rcLookup
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |