Class SIEntry

    • Field Detail

      • initialized

        public boolean initialized
      • pid

        public int pid
      • timestamp

        public Date timestamp
      • state

        public State state
      • message

        public String message
      • statementNumber

        public int statementNumber
    • Constructor Detail

      • SIEntry

        public SIEntry()
    • Method Detail

      • update

        public void update​(SIEntry entry)
        For the cases where this is the existing SIEntry and new one has been created by the interrupt handler. Update with that state
        Parameters:
        entry -
      • setLabel

        public void setLabel​(QDLValue label)
      • hasLabel

        public boolean hasLabel()
      • getIntLabel

        public Long getIntLabel()
      • getStringLabel

        public String getStringLabel()
      • getLabelType

        public int getLabelType()
      • setInterrupts

        public void setInterrupts​(SIInterrupts interrupts)