Class EPIResourceAdapterRc

java.lang.Object
com.ibm.jakarta.connector2.cics.EPIResourceAdapterRc
All Implemented Interfaces:
com.ibm.ctg.client.EPIReturnCodes, com.ibm.ctg.client.GatewayReturnCodes, com.ibm.ctg.epi.TerminalReturnCodes

public class EPIResourceAdapterRc extends Object implements com.ibm.ctg.client.EPIReturnCodes, com.ibm.ctg.client.GatewayReturnCodes, com.ibm.ctg.epi.TerminalReturnCodes
This class contains all the return code enumerations from all the exceptions that could be thrown within the EPI Resource Adapter. Some are handled internally, but some will be exposed to the application via exceptions.

All the return codes are listed here for convenience. Not all these return codes can be trapped by the application.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface com.ibm.ctg.client.EPIReturnCodes

    astrCics_Rc, EPI_ERR_ABENDED, EPI_ERR_ADDTYPE_INVALID, EPI_ERR_ALREADY_INSTALLED, EPI_ERR_ATI_ACTIVE, EPI_ERR_ATI_STATE, EPI_ERR_BAD_INDEX, EPI_ERR_CCSID_INVALID, EPI_ERR_FAILED, EPI_ERR_IN_CALLBACK, EPI_ERR_IS_INIT, EPI_ERR_MAX_SESSIONS, EPI_ERR_MAX_SYSTEMS, EPI_ERR_MAX_TERMS, EPI_ERR_MODELID_INVALID, EPI_ERR_MORE_DATA, EPI_ERR_MORE_EVENTS, EPI_ERR_MORE_SYSTEMS, EPI_ERR_NO_CICS, EPI_ERR_NO_CONVERSE, EPI_ERR_NO_DATA, EPI_ERR_NO_EVENT, EPI_ERR_NO_SYSTEMS, EPI_ERR_NOT_3270_DEVICE, EPI_ERR_NOT_INIT, EPI_ERR_NULL_PARM, EPI_ERR_NULL_PASSWORD, EPI_ERR_NULL_USERID, EPI_ERR_PASSWORD_INVALID, EPI_ERR_RESOURCE_SHORTAGE, EPI_ERR_RESPONSE_TIMEOUT, EPI_ERR_SECURITY, EPI_ERR_SENSE_CODE, EPI_ERR_SERVER_BUSY, EPI_ERR_SERVER_DOWN, EPI_ERR_SIGNON_NOT_POSS, EPI_ERR_SIGNONCAP_INVALID, EPI_ERR_SYSTEM, EPI_ERR_TERMID_INVALID, EPI_ERR_TRAN_ACTIVE, EPI_ERR_TTI_ACTIVE, EPI_ERR_USERID_INVALID, EPI_ERR_VERSION, EPI_ERR_WAIT, EPI_NORMAL, strINVALID_CICS_RC

    Fields inherited from interface com.ibm.ctg.client.GatewayReturnCodes

    astrGateway_Rc, ERROR_BASE, ERROR_CONNECTION_FAILED, ERROR_EXIT_RETRY_INVALID, ERROR_GATEWAY_BACK_LEVEL, ERROR_GATEWAY_CLOSED, ERROR_GATEWAY_EXCEPTION, ERROR_INVALID_REQUEST_TYPE, ERROR_NOT_AUTHORIZED, ERROR_NOT_SUPPORTED, ERROR_REPLY_MISMATCH, ERROR_UNKNOWN_REQUEST_TYPE, ERROR_WORK_WAS_REFUSED, ERROR_XA_SUPPORT_NOT_ENABLED, strINVALID_GATEWAY_RC

    Fields inherited from interface com.ibm.ctg.epi.TerminalReturnCodes

    TERM_ERROR_BASE, TERM_ERROR_DEL_FAILED, TERM_ERROR_INTERNAL, TERM_ERROR_INVALID_STATE, TERM_ERROR_JGATE_NULL, TERM_ERROR_NO_EQUIV_CCSID, TERM_ERROR_NOT_EXTENDED, TERM_ERROR_NULL_TRANSID, TERM_ERROR_TOO_MUCH_DATA
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait