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

Method Index

 o getFromJobName()
Returns the name of the job from which the the message originated.
 o getFromJobNumber()
Returns the number of the job from which the the message originated.
 o getFromProgram()
Returns the program from which the message originated.
 o getKey()
Returns the message key.
 o getQueue()
Returns the message queue.
 o getReplyStatus()
Returns the message reply status.
 o getUser()
Returns the user of the job from which the message originated.

Methods

 o getFromProgram
 public String getFromProgram()
Returns the program from which the message originated.

Returns:
the program from which the message originated.
 o 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.
 o 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.
 o getKey
 public byte[] getKey()
Returns the message key.

Returns:
The message key.
 o getQueue
 public MessageQueue getQueue()
Returns the message queue.

Returns:
The message queue.
 o getReplyStatus
 public String getReplyStatus()
Returns the message reply status.

Returns:
The message reply status.
 o 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