org.objectweb.joram.mom.notifications
Class TopicForwardNot
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.TopicForwardNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class TopicForwardNot
- extends Notification
A TopicForwardNot
is a notification sent by a topic to
another topic part of the same cluster, or to its hierarchical father,
and holding a forwarded ClientMessages
notification.
- See Also:
- Serialized Form
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fromCluster
public boolean fromCluster
true
if the notification is destinated to a hierarchical
father.
messages
public ClientMessages messages
- The forwarded messages.
TopicForwardNot
public TopicForwardNot(ClientMessages messages,
boolean fromCluster)
- Constructs a
TopicForwardNot
instance.
- Parameters:
messages
- Notification to forward.fromCluster
- true
if the notification is coming
from a cluster friend.
Copyright © 2011 ScalAgent D.T.. All Rights Reserved.