Class ClusterJoinNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- org.objectweb.joram.mom.notifications.ClusterJoinNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class ClusterJoinNot extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Set<AgentId>clusterprivate StringreplyMsgIdThe generated JMS message id. for the replyprivate AgentIdreplyToThe JMS destination to send the replyprivate StringrequestMsgIdThe JMS message id. of the request needed for the replyprivate static longserialVersionUID-
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
-
Fields inherited from interface fr.dyade.aaa.common.encoding.Encodable
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<AgentId>getCluster()StringgetReplyMsgId()Returns the generated JMS message id. for the reply.AgentIdgetReplyTo()Returns the JMS destination to send the reply.StringgetRequestMsgId()Returns the JMS message id. of the request needed for the reply.StringBuildertoString(StringBuilder output)Appends a string image for this object to the StringBuilder parameter.-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
replyTo
private AgentId replyTo
The JMS destination to send the reply
-
requestMsgId
private String requestMsgId
The JMS message id. of the request needed for the reply
-
replyMsgId
private String replyMsgId
The generated JMS message id. for the reply
-
-
Method Detail
-
getReplyTo
public AgentId getReplyTo()
Returns the JMS destination to send the reply.- Returns:
- The JMS destination to send the reply.
-
getRequestMsgId
public 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 String getReplyMsgId()
Returns the generated JMS message id. for the reply.- Returns:
- The generated JMS message id. for the reply.
-
toString
public StringBuilder toString(StringBuilder output)
Appends a string image for this object to the StringBuilder parameter.- Overrides:
toStringin classNotification- Parameters:
output- buffer to fill in- Returns:
outputbuffer is returned
-
-