org.objectweb.joram.mom.notifications
Class BrowseReply
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AbstractReply
org.objectweb.joram.mom.notifications.BrowseReply
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class BrowseReply
- extends AbstractReply
A BrowseReply
instance is used by a queue for replying
to a client BrowseRequest
by sending a vector of its messages.
- See Also:
- Serialized Form
Fields inherited from class fr.dyade.aaa.agent.Notification |
detachable, detached, persistent |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getExpiration, getMessageId, isPersistent, setContext, setExpiration, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BrowseReply
public BrowseReply(BrowseRequest req)
- Constructs a
BrowseReply
instance.
- Parameters:
req
- The BrowseRequest
actually replied.
addMessage
public void addMessage(Message msg)
- Adds a message.
getMessages
public java.util.Vector getMessages()
- Returns the messages carried by this reply.
Copyright © 2005 Scalagent - All rights reserved