Inherited by org.objectweb.joram.mom.notifications.AbstractReply, org.objectweb.joram.mom.notifications.AbstractRequest, org.objectweb.joram.mom.notifications.AdminReply, and org.objectweb.joram.mom.notifications.AdminRequest.
Inheritance diagram for org.objectweb.joram.mom.notifications.AbstractNotification:


Public Member Functions | |
| AbstractNotification (int clientContext) | |
| AbstractNotification () | |
| int | getClientContext () |
| void | setPersistent (boolean persistent) |
| final boolean | getPersistent () |
| StringBuffer | toString (StringBuffer output) |
AbstractNotification class is the superclass of the notifications exchanged by a client agent and a MOM destination agent.
Definition at line 30 of file AbstractNotification.java.
| org.objectweb.joram.mom.notifications.AbstractNotification.AbstractNotification | ( | int | clientContext | ) |
Constructs an AbstractNotification.
| clientContext | Identifies a client context. |
Definition at line 47 of file AbstractNotification.java.
| org.objectweb.joram.mom.notifications.AbstractNotification.AbstractNotification | ( | ) |
Constructs an AbstractNotification.
Definition at line 55 of file AbstractNotification.java.
| int org.objectweb.joram.mom.notifications.AbstractNotification.getClientContext | ( | ) |
Returns the client context identifier.
Definition at line 60 of file AbstractNotification.java.
Referenced by org.objectweb.joram.mom.dest.QueueImpl.abortReceiveRequest(), org.objectweb.joram.mom.notifications.BrowseReply.BrowseReply(), org.objectweb.joram.mom.dest.QueueImpl.deliverMessages(), org.objectweb.joram.mom.dest.QueueImpl.denyRequest(), com.scalagent.joram.mom.dest.ftp.FtpQueueImpl.doProcessFtp(), org.objectweb.joram.mom.notifications.ExceptionReply.ExceptionReply(), org.objectweb.joram.mom.dest.AdminTopicImpl.preProcess(), org.objectweb.joram.mom.notifications.QueueMsgReply.QueueMsgReply(), org.objectweb.joram.mom.dest.DestinationImpl.requestGroupNot(), and org.objectweb.joram.mom.notifications.SubscribeReply.SubscribeReply().
| StringBuffer org.objectweb.joram.mom.notifications.AbstractNotification.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 fr.dyade.aaa.agent.Notification.
Reimplemented in org.objectweb.joram.mom.notifications.AbortReceiveRequest, org.objectweb.joram.mom.notifications.AbstractReply, org.objectweb.joram.mom.notifications.AbstractRequest, org.objectweb.joram.mom.notifications.ClientMessages, org.objectweb.joram.mom.notifications.DenyRequest, org.objectweb.joram.mom.notifications.QueueMsgReply, org.objectweb.joram.mom.notifications.RequestGroupNot, and org.objectweb.joram.mom.notifications.SpecialAdminRequest.
Definition at line 81 of file AbstractNotification.java.
1.5.0