Interface IExecInterfaceBlock


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

    Modifier and Type
    Method
    Description
    char
    Returns the value of the EIBAID field in the EIB.
    char
    Returns the value of the EIBATT field in the EIB.
    int
    Returns the value of the EIBCALEN field in the EIB.
    char
    Returns the value of the EIBCOMPL field in the EIB.
    char
    Returns the value of the EIBCONF field in the EIB.
    int
    Returns the value of the EIBCPOSN field in the EIB.
    int
    Returns the value of the EIBDATE field in the EIB.
    getEIBDS(boolean hex)
    Returns the value of the EIBDS field in the EIB.
    char
    Returns the value of the EIBEOC field in the EIB.
    char
    Returns the value of the EIBERR field in the EIB.
    char[]
    Returns the value of the EIBERRCD field in the EIB.
    char
    Returns the value of the field in the EIB.
    char[]
    Returns the value of the EIBFN field in the EIB.
    char
    Returns the value of the EIBFREE field in the EIB.
    char
    Returns the value of the EIBNODAT field in the EIB.
    char[]
    Returns the value of the EIBRCODE field in the EIB.
    char
    Returns the value of the EIBRECV field in the EIB.
    getEIBREQID(boolean hex)
    Returns the value of the EIBREQID field in the EIB.
    int
    Returns the value of the EIBRESP field in the EIB.
    int
    Returns the value of the EIBRESP2 field in the EIB.
    char
    Returns the value of the EIBRLDBK field in the EIB.
    getEIBRSRCE(boolean hex)
    Returns the value of the EIBRSRCE field in the EIB.
    char
    Returns the value of the EIBSIG field in the EIB.
    char
    Returns the value of the EIBSYNC field in the EIB.
    char
    Returns the value of the EIBSYNRB field in the EIB.
    int
    Returns the value of the EIBTASKN field in the EIB.
    int
    Returns the value of the EIBTIME field in the EIB.
    getEIBTRMID(boolean hex)
    Returns the value of the EIBTRMID field in the EIB.
    getEIBTRNID(boolean hex)
    Returns the value of the EIBTRNID field in the EIB.
    Returns a String representation of the EIBRESP field if available
  • Method Details

    • getResponse

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

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

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

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

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

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

      int getEIBCPOSN()
      Returns the value of the EIBCPOSN field in the EIB.
      Parameters:
      hex - return a char array containing the hex values of the field
      Returns:
    • getEIBCALEN

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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