com.ibm.as400.resource

Class RQueuedMessage

    • Field Detail

      • ALERT_OPTION

        public static final java.lang.String ALERT_OPTION
        Deprecated. 
        Attribute ID for alert option. This identifies a read-only String attribute, which represents whether and when an SNA alert is created and sent for the message. Possible values are:
        See Also:
        Constant Field Values
      • ALERT_OPTION_DEFER

        public static final java.lang.String ALERT_OPTION_DEFER
        Deprecated. 
        Constant for ALERT_OPTION attribute value - An alert is sent after local problem analysis.
        See Also:
        Constant Field Values
      • ALERT_OPTION_IMMEDIATE

        public static final java.lang.String ALERT_OPTION_IMMEDIATE
        Deprecated. 
        Constant for ALERT_OPTION attribute value - An alert is sent immediately when the message is sent to a message queue that has the allows alerts.
        See Also:
        Constant Field Values
      • ALERT_OPTION_NO

        public static final java.lang.String ALERT_OPTION_NO
        Deprecated. 
        Constant for ALERT_OPTION attribute value - No alert is sent.
        See Also:
        Constant Field Values
      • ALERT_OPTION_UNATTENDED

        public static final java.lang.String ALERT_OPTION_UNATTENDED
        Deprecated. 
        Constant for ALERT_OPTION attribute value - An alert is sent immediately when the system is running in unattended mode.
        See Also:
        Constant Field Values
      • DATE_SENT

        public static final java.lang.String DATE_SENT
        Deprecated. 
        Attribute ID for date sent. This identifies a read-only Date attribute, which represents the date and time on which the message was sent. The Date value is converted using the default Java locale.
        See Also:
        Constant Field Values
      • DEFAULT_REPLY

        public static final java.lang.String DEFAULT_REPLY
        Deprecated. 
        Attribute ID for default reply. This identifies a read-only String attribute, which represents the text of the default reply when a stored message is being listed, and a default reply exists.
        See Also:
        Constant Field Values
      • MESSAGE_FILE

        public static final java.lang.String MESSAGE_FILE
        Deprecated. 
        Attribute ID for message file. This identifies a read-only String attribute, which represents the fully qualified integrated file system path name of the message file containing the message.
        See Also:
        QSYSObjectPathName, Constant Field Values
      • MESSAGE_HELP

        public static final java.lang.String MESSAGE_HELP
        Deprecated. 
        Attribute ID for message help. This identifies a read-only String attribute, which represents the message help.
        See Also:
        Constant Field Values
      • MESSAGE_ID

        public static final java.lang.String MESSAGE_ID
        Deprecated. 
        Attribute ID for message ID. This identifies a read-only String attribute, which represents the message identifier.
        See Also:
        Constant Field Values
      • MESSAGE_KEY

        public static final java.lang.String MESSAGE_KEY
        Deprecated. 
        Attribute ID for message key. This identifies a read-only byte array attribute, which represents the message key.
        See Also:
        Constant Field Values
      • MESSAGE_QUEUE

        public static final java.lang.String MESSAGE_QUEUE
        Deprecated. 
        Attribute ID for message queue. This identifies a read-only String attribute, which represents the fully qualified integrated file system path name of the message queue.
        See Also:
        QSYSObjectPathName, Constant Field Values
      • MESSAGE_SEVERITY

        public static final java.lang.String MESSAGE_SEVERITY
        Deprecated. 
        Attribute ID for message severity. This identifies a read-only Integer attribute, which represents the severity of the message. Possible values are 0 through 99.
        See Also:
        Constant Field Values
      • MESSAGE_TEXT

        public static final java.lang.String MESSAGE_TEXT
        Deprecated. 
        Attribute ID for message text. This identifies a read-only String attribute, which represents the message text.
        See Also:
        Constant Field Values
      • REPLY_STATUS

        public static final java.lang.String REPLY_STATUS
        Deprecated. 
        Attribute ID for reply status. This identifies a read-only String attribute, which represents the reply status of the message. Possible values are:
        See Also:
        Constant Field Values
      • REPLY_STATUS_ACCEPTS_SENT

        public static final java.lang.String REPLY_STATUS_ACCEPTS_SENT
        Deprecated. 
        Constant for REPLY_STATUS attribute value - Message accepts a reply, and a reply has been sent.
        See Also:
        Constant Field Values
      • REPLY_STATUS_ACCEPTS_NOT_SENT

        public static final java.lang.String REPLY_STATUS_ACCEPTS_NOT_SENT
        Deprecated. 
        Constant for REPLY_STATUS attribute value - Message accepts a reply, and a reply has not been sent. (The message is waiting for a reply.)
        See Also:
        Constant Field Values
      • REPLY_STATUS_NOT_ACCEPT

        public static final java.lang.String REPLY_STATUS_NOT_ACCEPT
        Deprecated. 
        Constant for REPLY_STATUS attribute value - Message does not accept a reply.
        See Also:
        Constant Field Values
      • SENDER_JOB_NAME

        public static final java.lang.String SENDER_JOB_NAME
        Deprecated. 
        Attribute ID for sender job name. This identifies a read-only String attribute, which represents the job name of the sender.
        See Also:
        Constant Field Values
      • SENDER_USER_NAME

        public static final java.lang.String SENDER_USER_NAME
        Deprecated. 
        Attribute ID for sender user name. This identifies a read-only String attribute, which represents the user name of the sender.
        See Also:
        Constant Field Values
      • SENDER_JOB_NUMBER

        public static final java.lang.String SENDER_JOB_NUMBER
        Deprecated. 
        Attribute ID for sender job number. This identifies a read-only String attribute, which represents the job number of the sender.
        See Also:
        Constant Field Values
      • SENDING_PROGRAM_NAME

        public static final java.lang.String SENDING_PROGRAM_NAME
        Deprecated. 
        Attribute ID for sending program name. This identifies a read-only String attribute, which represents the sending program name or ILE program name that contains the procedure sending the message.
        See Also:
        Constant Field Values
      • SUBSTITUTION_DATA

        public static final java.lang.String SUBSTITUTION_DATA
        Deprecated. 
        Attribute ID for substitution data. This identifies a read-only byte array attribute, which represents the values for subsitution variables in a predefined message, or the text of an impromptu message.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RQueuedMessage

        public RQueuedMessage()
        Deprecated. 
        Constructs an RQueuedMessage object.
    • Method Detail

      • load

        public void load(int helpTextFormatting)
                  throws AS400SecurityException,
                         ErrorCompletingRequestException,
                         java.io.IOException,
                         java.lang.InterruptedException,
                         ObjectDoesNotExistException
        Deprecated. 
        Reload message help text.
        Parameters:
        helpTextFormatting - Formatting performed on the help text. Valid values for this parameter are defined in the MessageFile class. They are no formatting, return formatting characters, and replace (substitute) formatting characters.
        Throws:
        AS400SecurityException - If a security or authority error occurs.
        ErrorCompletingRequestException - If an error occurs before the request is completed.
        java.io.IOException - If an error occurs while communicating with the system.
        java.lang.InterruptedException - If this thread is interrupted.
        ObjectDoesNotExistException - If the system object does not exist.