|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.agreement.multicast.messages.AMessage
infoservice.agreement.multicast.messages.EchoMessage
public class EchoMessage
| Field Summary |
|---|
| Fields inherited from class infoservice.agreement.multicast.messages.AMessage |
|---|
m_consensusId, m_initiatorsId, m_lastCommonRandom, m_messageType, m_proposal, m_senderId, m_signatureOk, m_xmlNode |
| Fields inherited from interface anon.infoservice.IDistributable |
|---|
FIELD_HTTP_REQUEST_STRING, FIELD_HTTP_SERIALS_REQUEST_STRING |
| Constructor Summary | |
|---|---|
EchoMessage(InitMessage a_msg,
java.lang.String a_senderId)
Creates an EchoMessage. |
|
| Method Summary | |
|---|---|
protected void |
appendCustomNodes(org.w3c.dom.Document a_doc,
org.w3c.dom.Node a_rootElem)
Subclasses can add some extra nodes into the xml representation of this message by implementing this method |
| Methods inherited from class infoservice.agreement.multicast.messages.AMessage |
|---|
getConsensusId, getHashKey, getId, getInitiatorsId, getLastCommonRandom, getMessageType, getPostData, getPostEncoding, getPostFile, getProposal, getSenderId, isSignatureOK, setConsensusId, setLastCommonRandom, setProposal, setSignatureOk, setXmlDocument, toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EchoMessage(InitMessage a_msg,
java.lang.String a_senderId)
EchoMessage. It is used as a reply to a
received InitMessage
a_msg - The InitMessage to be echoeda_senderId - The id of the echoing InfoServicem_lastCommonRandom - | Method Detail |
|---|
protected void appendCustomNodes(org.w3c.dom.Document a_doc,
org.w3c.dom.Node a_rootElem)
AMessage
appendCustomNodes in class AMessagea_doc - The owner documenta_rootElem - The node to which the extra nodes should be added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||