Joram ${version}

org.objectweb.joram.mom.notifications
Class TopicMsgsReply

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.TopicMsgsReply
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class TopicMsgsReply
extends AbstractReply

A TopicMsgsReply instance is used by a topic for sending messages to an agent client which subscribed to it.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
TopicMsgsReply(java.util.Vector messages)
          Constructs a TopicMsgsReply.
 
Method Summary
 java.util.Vector getMessages()
          Returns the messages.
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractReply
getCorrelationId, toString
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext, getPersistent, setPersistent
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getMessageId, isPersistent, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopicMsgsReply

public TopicMsgsReply(java.util.Vector messages)
Constructs a TopicMsgsReply.

Parameters:
messages - Vector of delivered messages.
Method Detail

getMessages

public java.util.Vector getMessages()
Returns the messages.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved