All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.QueuedMessage
java.lang.Object
|
+----com.ibm.as400.access.AS400Message
|
+----com.ibm.as400.access.QueuedMessage
- public class QueuedMessage
- extends AS400Message
The QueuedMessage class represents a message on a AS/400 message queue.
- See Also:
- MessageQueue
-
getFromJobName()
- Returns the name of the job from which the the message originated.
-
getFromJobNumber()
- Returns the number of the job from which the the message originated.
-
getFromProgram()
- Returns the program from which the message originated.
-
getKey()
- Returns the message key.
-
getQueue()
- Returns the message queue.
-
getReplyStatus()
- Returns the message reply status.
-
getUser()
- Returns the user of the job from which the message originated.
getFromProgram
public String getFromProgram()
- Returns the program from which the message originated.
- Returns:
- the program from which the message originated.
getFromJobName
public String getFromJobName()
- Returns the name of the job from which the the message originated.
- Returns:
- The name of the job from which the the message originated.
getFromJobNumber
public String getFromJobNumber()
- Returns the number of the job from which the the message originated.
- Returns:
- The number of the job from which the the message originated.
getKey
public byte[] getKey()
- Returns the message key.
- Returns:
- The message key.
getQueue
public MessageQueue getQueue()
- Returns the message queue.
- Returns:
- The message queue.
getReplyStatus
public String getReplyStatus()
- Returns the message reply status.
- Returns:
- The message reply status.
getUser
public String getUser()
- Returns the user of the job from which the message originated.
- Returns:
- The user of the job from which the message originated.
All Packages Class Hierarchy This Package Previous Next Index