org.objectweb.joram.mom.notifications
Class ClusterJoinNot

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

public class ClusterJoinNot
extends Notification

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
ClusterJoinNot(java.util.Set cluster, AgentId replyTo, java.lang.String requestMsgId, java.lang.String replyMsgId)
           
 
Method Summary
 java.util.Set getCluster()
           
 java.lang.String getReplyMsgId()
          Returns the generated JMS message id. for the reply.
 AgentId getReplyTo()
          Returns the JMS destination to send the reply.
 java.lang.String getRequestMsgId()
          Returns the JMS message id. of the request needed for the reply.
 java.lang.StringBuffer toString(java.lang.StringBuffer output)
          Appends a string image for this object to the StringBuffer parameter.
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterJoinNot

public ClusterJoinNot(java.util.Set cluster,
                      AgentId replyTo,
                      java.lang.String requestMsgId,
                      java.lang.String replyMsgId)
Method Detail

getCluster

public java.util.Set getCluster()
Returns:
the cluster

getReplyTo

public AgentId getReplyTo()
Returns the JMS destination to send the reply.

Returns:
The JMS destination to send the reply.

getRequestMsgId

public java.lang.String getRequestMsgId()
Returns the JMS message id. of the request needed for the reply.

Returns:
The JMS message id. of the request needed for the reply.

getReplyMsgId

public java.lang.String getReplyMsgId()
Returns the generated JMS message id. for the reply.

Returns:
The generated JMS message id. for the reply.

toString

public java.lang.StringBuffer toString(java.lang.StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.

Overrides:
toString in class Notification
Parameters:
output - buffer to fill in
Returns:
output buffer is returned


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