org.objectweb.joram.mom.notifications
Class BrowseReply

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byorg.objectweb.joram.mom.notifications.AbstractNotification
          extended byorg.objectweb.joram.mom.notifications.AbstractReply
              extended byorg.objectweb.joram.mom.notifications.BrowseReply
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

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

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
BrowseReply(BrowseRequest req)
          Constructs a BrowseReply instance.
 
Method Summary
 void addMessage(Message msg)
          Adds a message.
 java.util.Vector getMessages()
          Returns the messages carried by this reply.
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractReply
getCorrelationId, toString
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowseReply

public BrowseReply(BrowseRequest req)
Constructs a BrowseReply instance.

Parameters:
req - The BrowseRequest actually replied.
Method Detail

addMessage

public void addMessage(Message msg)
Adds a message.


getMessages

public java.util.Vector getMessages()
Returns the messages carried by this reply.



Copyright ? 2004 Scalagent - All rights reserved