org.objectweb.joram.mom.notifications

Class TopicMsgsReply

Implemented Interfaces:
Cloneable, 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.

Field Summary

Fields inherited from class fr.dyade.aaa.agent.Notification

persistent

Constructor Summary

TopicMsgsReply(Vector messages)
Constructs a TopicMsgsReply.

Method Summary

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, toString

Methods inherited from class fr.dyade.aaa.agent.Notification

clone, getContext, setContext, toString

Constructor Details

TopicMsgsReply

public TopicMsgsReply(Vector messages)
Constructs a TopicMsgsReply.

Parameters:
messages - Vector of delivered messages.

Method Details

getMessages

public Vector getMessages()
Returns the messages.


Copyright B) 2004 Scalagent - All rights reserved