|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.dest.ClusterAck
class ClusterAck
A ClusterAck
instance is a notification sent by a topic
requested to join a cluster.
Field Summary | |
---|---|
(package private) java.lang.String |
info
Info. |
(package private) boolean |
ok
true if the topic can join the cluster. |
private java.lang.String |
replyMsgId
The generated JMS message id. for the reply |
private AgentId |
replyTo
The JMS destination to send the reply |
private java.lang.String |
requestMsgId
The JMS message id. of the request needed for the reply |
private static long |
serialVersionUID
define serialVersionUID for interoperability |
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
ClusterAck(boolean ok,
java.lang.String info,
AgentId replyTo,
java.lang.String requestMsgId,
java.lang.String replyMsgId)
Constructs a ClusterAck instance. |
Method Summary | |
---|---|
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. |
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 |
---|
private static final long serialVersionUID
boolean ok
true
if the topic can join the cluster.
java.lang.String info
private AgentId replyTo
private java.lang.String requestMsgId
private java.lang.String replyMsgId
Constructor Detail |
---|
ClusterAck(boolean ok, java.lang.String info, AgentId replyTo, java.lang.String requestMsgId, java.lang.String replyMsgId)
ClusterAck
instance.
ok
- true
if the topic can join the cluster.info
- Related info.replyTo
- The JMS destination to send the reply.requestMsgId
- The JMS message id. of the request needed for the reply.replyMsgId
- The generated JMS message id. for the reply.Method Detail |
---|
public AgentId getReplyTo()
public java.lang.String getRequestMsgId()
public java.lang.String getReplyMsgId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |