org.objectweb.joram.mom.dest
Class TopicForwardNot
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.dest.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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
toFather
public boolean toFather
true
if the notification is destinated to a hierarchical
father.
messages
public ClientMessages messages
- The forwarded messages.
TopicForwardNot
TopicForwardNot(ClientMessages messages,
boolean toFather)
- Constructs a
TopicForwardNot
instance.
- Parameters:
messages
- Notification to forward.toFather
- true
if the notification is destinated
to a hierarchical father.
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.