|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.as400.access.AS400Message
com.ibm.as400.access.QueuedMessage
The QueuedMessage class represents a message on a server message queue or job log.
MessageQueue,
JobLog,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.ibm.as400.access.AS400Message |
|---|
COMPLETION, 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 |
| Method Summary | |
|---|---|
String |
getAlertOption()
Returns the alert option. |
String |
getCurrentUser()
Returns the current user name. |
String |
getFromJobName()
Returns the sender job name. |
String |
getFromJobNumber()
Returns the sender job number. |
String |
getFromProgram()
Returns the sending program name. |
byte[] |
getKey()
Returns the 4-byte message key. |
MessageQueue |
getQueue()
Returns the message queue. |
String |
getReplyStatus()
Returns the reply status. |
String |
getUser()
Returns the sender job's user. |
String |
toString()
Returns the String representation of this QueuedMessage object. |
| Methods inherited from class com.ibm.as400.access.AS400Message |
|---|
getDate, getDefaultReply, getFileName, getHelp, getID, getLibraryName, getPath, getSeverity, getSubstitutionData, getText, getType, load, load |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public String getAlertOption()
public String getFromProgram()
public String getFromJobName()
getFromJobNumber(),
getUser()public String getFromJobNumber()
getFromJobName(),
getUser()public String getUser()
getCurrentUser() when accessing a system running V5R3 or higher.
getFromJobName(),
getFromJobNumber()public byte[] getKey()
public MessageQueue getQueue()
public String getReplyStatus()
public String getCurrentUser()
public String toString()
toString in class AS400Message
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||