Interface IExecInterfaceBlock


public interface IExecInterfaceBlock
Represents the fields in the CICS/TS EXEC Interface Block (EIB).
  • Method Details

    • getResponse

      String getResponse()
      Returns:
      a String representation of the EIBRESP field if available
    • getEIBTIME

      int getEIBTIME()
      Returns:
      the value of the EIBTIME field in the EIB.
    • getEIBDATE

      int getEIBDATE()
      Returns:
      the value of the EIBDATE field in the EIB.
    • getEIBTRNID

      String getEIBTRNID(boolean hex)
      Parameters:
      hex - return a char array containing the hex values of the field
      Returns:
      the value of the EIBTRNID field in the EIB.
    • getEIBTASKN

      int getEIBTASKN()
      Returns:
      the value of the EIBTASKN field in the EIB.
    • getEIBTRMID

      String getEIBTRMID(boolean hex)
      Parameters:
      hex - return a char array containing the hex values of the field
      Returns:
      the value of the EIBTRMID field in the EIB.
    • getEIBCPOSN

      int getEIBCPOSN()
      Returns:
      the value of the EIBCPOSN field in the EIB.
    • getEIBCALEN

      int getEIBCALEN()
      Returns:
      the value of the EIBCALEN field in the EIB.
    • getEIBAID

      char getEIBAID()
      Returns:
      the value of the EIBAID field in the EIB.
    • getEIBFN

      char[] getEIBFN()
      Returns:
      the value of the EIBFN field in the EIB.
    • getEIBRCODE

      char[] getEIBRCODE()
      Returns:
      the value of the EIBRCODE field in the EIB.
    • getEIBDS

      String getEIBDS(boolean hex)
      Parameters:
      hex - return a char array containing the hex values of the field
      Returns:
      the value of the EIBDS field in the EIB.
    • getEIBREQID

      String getEIBREQID(boolean hex)
      Parameters:
      hex - return a char array containing the hex values of the field
      Returns:
      the value of the EIBREQID field in the EIB.
    • getEIBRSRCE

      String getEIBRSRCE(boolean hex)
      Parameters:
      hex - return a char array containing the hex values of the field
      Returns:
      the value of the EIBRSRCE field in the EIB.
    • getEIBSYNC

      char getEIBSYNC()
      Returns:
      the value of the EIBSYNC field in the EIB.
    • getEIBFREE

      char getEIBFREE()
      Returns:
      the value of the EIBFREE field in the EIB.
    • getEIBRECV

      char getEIBRECV()
      Returns:
      the value of the EIBRECV field in the EIB.
    • getEIBATT

      char getEIBATT()
      Returns:
      the value of the EIBATT field in the EIB.
    • getEIBEOC

      char getEIBEOC()
      Returns:
      the value of the EIBEOC field in the EIB.
    • getEIBFMH

      char getEIBFMH()
      Returns:
      the value of the field in the EIB.
    • getEIBCOMPL

      char getEIBCOMPL()
      Returns:
      the value of the EIBCOMPL field in the EIB.
    • getEIBSIG

      char getEIBSIG()
      Returns:
      the value of the EIBSIG field in the EIB.
    • getEIBCONF

      char getEIBCONF()
      Returns:
      the value of the EIBCONF field in the EIB.
    • getEIBERR

      char getEIBERR()
      Returns:
      the value of the EIBERR field in the EIB.
    • getEIBERRCD

      char[] getEIBERRCD()
      Returns:
      the value of the EIBERRCD field in the EIB.
    • getEIBSYNRB

      char getEIBSYNRB()
      Returns:
      the value of the EIBSYNRB field in the EIB.
    • getEIBNODAT

      char getEIBNODAT()
      Returns:
      the value of the EIBNODAT field in the EIB.
    • getEIBRESP

      int getEIBRESP()
      Returns:
      the value of the EIBRESP field in the EIB.
    • getEIBRESP2

      int getEIBRESP2()
      Returns:
      the value of the EIBRESP2 field in the EIB.
    • getEIBRLDBK

      char getEIBRLDBK()
      Returns:
      the value of the EIBRLDBK field in the EIB.