public class QueuedMessage extends AS400Message implements java.io.Serializable
MessageQueue
,
JobLog
,
Serialized FormCOMPLETION, DIAGNOSTIC, ESCAPE, ESCAPE_NOT_HANDLED, INFORMATIONAL, INQUIRY, MESSAGE_OPTION_ALL, MESSAGE_OPTION_NONE, MESSAGE_OPTION_UP_TO_10, NOTIFY, NOTIFY_NOT_HANDLED, REPLY_FROM_SYSTEM_REPLY_LIST, REPLY_MESSAGE_DEFAULT_USED, REPLY_NOT_VALIDITY_CHECKED, REPLY_SYSTEM_DEFAULT_USED, REPLY_VALIDITY_CHECKED, REQUEST, REQUEST_WITH_PROMPTING, SENDERS_COPY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlertOption()
Returns the alert option.
|
java.lang.Integer |
getCcsidCodedCharacterSetIdentifierForData()
Returns the coded character set identifier (CCSID) that the replacement data is returned in.
|
java.lang.Integer |
getCcsidCodedCharacterSetIdentifierForText()
Returns the coded character set identifier (CCSID) that the message text is returned in.
|
java.lang.Integer |
getCcsidconversionStatusIndicatorForData()
Returns the CCSID conversion status indicator for data.
|
java.lang.Integer |
getCcsidConversionStatusIndicatorForText()
Returns the CCSID conversion status indicator for text.
|
java.lang.String |
getCurrentUser()
Returns the current user name.
|
java.lang.String |
getFromJobName()
Returns the sender job name.
|
java.lang.String |
getFromJobNumber()
Returns the sender job number.
|
java.lang.String |
getFromProgram()
Returns the sending program name.
|
byte[] |
getKey()
Returns the 4-byte message key.
|
java.lang.String |
getMessage()
Returns the text of a predefined message without replacement data substitution option.If an impromptu message is listed, this field contains the impromptu message text.
|
java.lang.String |
getMessageHelp()
Returns the message help for the message listed without formatting characters and without replacement of data.
|
java.lang.String |
getMessageHelpFormat()
Returns the message help for the message listed, including the replacement data but without formatting characters.
|
java.lang.String |
getMessageHelpReplacement()
Returns the message help for the message listed, including the replacement data.
|
java.lang.String |
getMessageHelpReplacementandFormat()
Returns the message help for the message listed, including the replacement data and the formatting characters.
|
MessageQueue |
getQueue()
Returns the message queue.
|
java.lang.String[] |
getReceiverStatementNumbers()
Returns the number of statement numbers or instruction numbers available for the receiving program or procedure.
|
java.lang.String |
getReceivingModuleName()
Returns the name of the module that contains the procedure where the message was sent.
|
java.lang.String |
getReceivingProcedureName()
Returns the name of the procedure receiving the message.
|
java.lang.String |
getReceivingProgramName()
Returns the program name, or the ILE program name that contains the procedure that the message was sent to.
|
java.lang.String |
getReceivingType()
Returns the type of the receiver (whether it is a program or a procedure).
|
java.lang.String |
getReplyStatus()
Returns the reply status.
|
java.lang.Integer |
getRequestLevel()
Returns the level of the request-processing program that received the request message.
|
java.lang.String |
getRequestStatus()
Returns information regarding the processing status of the request message.
|
java.lang.String |
getSenderType()
Returns the type of the sender (whether it is a program or procedure).
|
java.lang.String |
getSendingModuleName()
Returns the name of the module that contains the procedure sending the message.
|
java.lang.String |
getSendingProcedureName()
Returns the name of the procedure sending the message.
|
java.lang.String[] |
getSendingStatementNumbers()
Returns number of sending statement numbers or instruction numbers available followed by an array of the sending statement numbers or instruction numbers.
|
java.lang.String |
getSendingUserProfile()
Returns the name of the user profile that the thread was running under when the message was sent.
|
java.lang.String |
getUser()
Returns the sender job's user.
|
java.lang.String |
toString()
Returns the String representation of this QueuedMessage object.
|
equals, getCreateDate, getDataCcsidConversionStatusIndicator, getDate, getDefaultReply, getFileName, getHelp, getID, getLibraryName, getMessageFileLibrarySpecified, getModificationDate, getPath, getReceivingProgramInstructionNumber, getSendingProgramInstructionNumber, getSendingProgramName, getSendingType, getSeverity, getSubstitutionData, getText, getTextCcsidConversionStatusIndicator, getType, load, load, setAlertOption, setCreateDate, setDataCcsidConversionStatusIndicator, setKey, setMessageFileLibrarySpecified, setModificationDate, setReceivingProgramInstructionNumber, setReceivingProgramName, setReceivingType, setSendingProgramInstructionNumber, setSendingProgramName, setSendingType, setTextCcsidConversionStatusIndicator
public java.lang.String getAlertOption()
getAlertOption
in class AS400Message
public java.lang.String getMessage()
public java.lang.String getMessageHelp()
public java.lang.String getMessageHelpReplacement()
public java.lang.String getMessageHelpFormat()
public java.lang.String getMessageHelpReplacementandFormat()
public java.lang.String getSenderType()
public java.lang.String getSendingModuleName()
public java.lang.String getSendingProcedureName()
public java.lang.String getSendingUserProfile()
public java.lang.String getReceivingType()
getReceivingType
in class AS400Message
public java.lang.String getReceivingProgramName()
getReceivingProgramName
in class AS400Message
public java.lang.String getReceivingModuleName()
public java.lang.String getReceivingProcedureName()
public java.lang.String getRequestStatus()
public java.lang.Integer getRequestLevel()
public java.lang.Integer getCcsidCodedCharacterSetIdentifierForText()
public java.lang.Integer getCcsidConversionStatusIndicatorForText()
public java.lang.Integer getCcsidCodedCharacterSetIdentifierForData()
public java.lang.Integer getCcsidconversionStatusIndicatorForData()
public java.lang.String[] getSendingStatementNumbers()
public java.lang.String[] getReceiverStatementNumbers()
public java.lang.String getFromProgram()
public java.lang.String getFromJobName()
getFromJobNumber()
,
getUser()
public java.lang.String getFromJobNumber()
getFromJobName()
,
getUser()
public java.lang.String getUser()
getCurrentUser()
when accessing a system running V5R3 or higher.getFromJobName()
,
getFromJobNumber()
public byte[] getKey()
getKey
in class AS400Message
public MessageQueue getQueue()
public java.lang.String getReplyStatus()
public java.lang.String getCurrentUser()
public java.lang.String toString()
toString
in class AS400Message