Class ConsoleOS400

    • Constructor Detail

      • ConsoleOS400

        public ConsoleOS400()
    • Method Detail

      • loadConsole

        protected void loadConsole​(com.uc4.util.XMLDocument doc,
                                   org.w3c.dom.Element eventCons)
        Specified by:
        loadConsole in class ConsoleEventSetting
      • storeConsole

        protected void storeConsole​(com.uc4.util.XMLDocument doc,
                                    org.w3c.dom.Element eventCons)
        Specified by:
        storeConsole in class ConsoleEventSetting
      • clearFilters

        public void clearFilters()
        Removes all existing filter entries.
      • size

        public int size()
        Returns:
        Number of filter entries
      • getMessageType

        public java.lang.String getMessageType()
        Returns:
        Message type
      • setMessageType

        public void setMessageType​(java.lang.String messageType)
        Specify the message type here. Allowed values:
        • "01" - Completion
        • "02" - Diagnostic
        • "04" - Informational
        • "05" - Inquiry
        • "06" - Sender's copy
        • "08" - Request
        • "10" - Request with prompting
        • "14" - Notify (handled exception)
        • "15" - Escape (handled exception)
        • "16" - Notify (unhandled exception)
        • "17" - Escape (unhandled exception)
        • "21" - Reply, not validity checked
        • "22" - Reply, validity checked
        • "23" - Reply, message default used
        • "24" - Reply, system default used
        • "25" - Reply, from system reply list
        Parameters:
        messageType - message type
      • getSeverity

        public java.lang.String getSeverity()
        Returns:
        Severity of the message
      • setSeverity

        public void setSeverity​(java.lang.String severity)
        Define the severity of the message here. Allowed values: "0" to "99"
        Parameters:
        severity - Severity of the message