Interface Jt400Constants


public interface Jt400Constants
  • Field Details

    • SENDER_INFORMATION

      @Metadata(label="consumer", description="*Data queues:* Returns the sender information for this data queue entry, or an empty string if not available.*Message queues: The job identifier of the sending job", javaType="String") static final String SENDER_INFORMATION
      See Also:
    • KEY

      @Metadata(description="The data queue key.", javaType="String or byte[]") static final String KEY
      See Also:
    • MESSAGE

      @Metadata(label="consumer", description="The message received", javaType="com.ibm.as400.access.QueuedMessage") static final String MESSAGE
      See Also:
    • MESSAGE_ID

      @Metadata(label="consumer", description="The message identifier", javaType="String") static final String MESSAGE_ID
      See Also:
    • MESSAGE_FILE

      @Metadata(label="consumer", description="The message file name", javaType="String") static final String MESSAGE_FILE
      See Also:
    • MESSAGE_TYPE

      @Metadata(label="consumer", description="The message type (corresponds to constants defined in the AS400Message class)", javaType="Integer") static final String MESSAGE_TYPE
      See Also:
    • MESSAGE_SEVERITY

      @Metadata(label="consumer", description="The message severity (Valid values are between 0 and 99, or -1 if it is not set)", javaType="Integer") static final String MESSAGE_SEVERITY
      See Also:
    • MESSAGE_DFT_RPY

      @Metadata(label="consumer", description="The default message reply, when the message is an inquiry message", javaType="String") static final String MESSAGE_DFT_RPY
      See Also:
    • MESSAGE_REPLYTO_KEY

      @Metadata(description="*Consumer:* The key of the message that will be replied to (if the `sendingReply` parameter is set to `true`). *Producer:* If set, and if the message body is not empty, a new message will not be sent to the provided message queue. Instead, a response will be sent to the message identified by the given key. This is set automatically when reading from the message queue if the `sendingReply` parameter is set to `true`.", javaType="byte[]") static final String MESSAGE_REPLYTO_KEY
      See Also: