|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AbstractReply
org.objectweb.joram.mom.notifications.TopicMsgsReply
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(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 |
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 |
public TopicMsgsReply(java.util.Vector messages)
TopicMsgsReply
.
messages
- Vector of delivered messages.Method Detail |
public java.util.Vector getMessages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |