org.objectweb.joram.mom.notifications
Class BrowseReply

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.notifications.AbstractNotification
          extended by org.objectweb.joram.mom.notifications.AbstractReply
              extended by 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

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, 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, getMessageId, 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