public class ClusterJoinNot extends Notification
Modifier and Type | Field and Description |
---|---|
private Set |
cluster |
private String |
replyMsgId
The generated JMS message id. for the reply
|
private AgentId |
replyTo
The JMS destination to send the reply
|
private String |
requestMsgId
The JMS message id. of the request needed for the reply
|
private static long |
serialVersionUID |
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
ClusterJoinNot(Set cluster,
AgentId replyTo,
String requestMsgId,
String replyMsgId) |
Modifier and Type | Method and Description |
---|---|
Set |
getCluster() |
String |
getReplyMsgId()
Returns the generated JMS message id. for the reply.
|
AgentId |
getReplyTo()
Returns the JMS destination to send the reply.
|
String |
getRequestMsgId()
Returns the JMS message id. of the request needed for the reply.
|
StringBuffer |
toString(StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.
|
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
private Set cluster
private AgentId replyTo
private String requestMsgId
private String replyMsgId
public Set getCluster()
public AgentId getReplyTo()
public String getRequestMsgId()
public String getReplyMsgId()
public StringBuffer toString(StringBuffer output)
toString
in class Notification
output
- buffer to fill inoutput
buffer is returnedCopyright © 2020 ScalAgent D.T.. All rights reserved.