org.objectweb.joram.mom.dest
Class ClusterNot

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.dest.ClusterNot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

 class ClusterNot
extends Notification

A ClusterNot instance is a notification sent by a topic to another topic for notifying it of a topic joining the cluster they are part of.


Field Summary
private static long serialVersionUID
          define serialVersionUID for interoperability
(package private)  AgentId topicId
          The identifier of the topic to add to the cluster.
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
ClusterNot(AgentId topicId)
          Constructs a ClusterNot 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
define serialVersionUID for interoperability

See Also:
Constant Field Values

topicId

AgentId topicId
The identifier of the topic to add to the cluster.

Constructor Detail

ClusterNot

ClusterNot(AgentId topicId)
Constructs a ClusterNot instance.

Parameters:
topicId - The identifier of the topic to add to the cluster.


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.