Class QuarantineListItem


  • public class QuarantineListItem
    extends java.lang.Object
    This class represents one row in the Quarantine list.
    • Constructor Detail

      • QuarantineListItem

        public QuarantineListItem​(com.uc4.util.XMLDocument doc,
                                  org.w3c.dom.Element row,
                                  ConnectionAttributes session)
        Internal use only.
        Parameters:
        doc - Document
        row - XML Element
        session - Session info
    • Method Detail

      • getMessageNumber

        public int getMessageNumber()
        Returns the number of the message.
        Returns:
        Message number
      • getStatus

        public java.lang.String getStatus()
        Returns:
        Status of the message
      • getTimestamp

        public DateTime getTimestamp()
        Returns:
        Time when the message was quarantined
      • getReason

        public java.lang.String getReason()
        Returns:
        Additional information about the failure reason
      • getReplays

        public int getReplays()
        Returns:
        Number of release attempts
      • getXmlStream

        public java.lang.String getXmlStream()
        Returns:
        Message sections (if retrievable) for analysis
      • isAlarm

        public boolean isAlarm()
        Returns the alarm state of this entry. The alarm status is shown at the upper right edge of the UserInterface is no longer shown when all invalid messages have been noted.
        Returns:
        true if this message has not been confirmed yet