Inherited by org.objectweb.joram.mom.notifications.BrowseReply, org.objectweb.joram.mom.notifications.ExceptionReply, org.objectweb.joram.mom.notifications.QueueMsgReply, org.objectweb.joram.mom.notifications.SubscribeReply, and org.objectweb.joram.mom.notifications.TopicMsgsReply.
Inheritance diagram for org.objectweb.joram.mom.notifications.AbstractReply:


Public Member Functions | |
| AbstractReply (int clientContext, int correlationId) | |
| AbstractReply () | |
| int | getCorrelationId () |
| StringBuffer | toString (StringBuffer output) |
AbstractReply is a reply sent by a destination agent to a client agent.
Definition at line 30 of file AbstractReply.java.
| org.objectweb.joram.mom.notifications.AbstractReply.AbstractReply | ( | int | clientContext, | |
| int | correlationId | |||
| ) |
Constructs an AbstractReply.
| clientContext | Client context identifier. | |
| correlationId | Identifier of the reply. |
Definition at line 45 of file AbstractReply.java.
| org.objectweb.joram.mom.notifications.AbstractReply.AbstractReply | ( | ) |
Constructs an AbstractReply.
Definition at line 54 of file AbstractReply.java.
| int org.objectweb.joram.mom.notifications.AbstractReply.getCorrelationId | ( | ) |
Returns the reply identifier.
Definition at line 59 of file AbstractReply.java.
| StringBuffer org.objectweb.joram.mom.notifications.AbstractReply.toString | ( | StringBuffer | output | ) |
Appends a string image for this object to the StringBuffer parameter.
| output | buffer to fill in |
output buffer is returned Reimplemented from org.objectweb.joram.mom.notifications.AbstractNotification.
Reimplemented in org.objectweb.joram.mom.notifications.QueueMsgReply.
Definition at line 72 of file AbstractReply.java.
1.5.0