org.objectweb.joram.mom.dest
Class TopicForwardNot

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by 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

Field Summary
 ClientMessages messages
          The forwarded messages.
private static long serialVersionUID
           
 boolean toFather
          true if the notification is destinated to a hierarchical father.
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
TopicForwardNot(ClientMessages messages, boolean toFather)
          Constructs a TopicForwardNot instance.
 
Method Summary
 
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
 

Field Detail

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.

Constructor Detail

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.