|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.rm.messaging.RMMessage
rice.rm.messaging.RMTimeoutMsg
Nested Class Summary |
Nested classes inherited from class rice.rm.messaging.RMMessage |
RMMessage.KEEntry |
Field Summary |
Fields inherited from class rice.rm.messaging.RMMessage |
_seqno, _source |
Constructor Summary | |
RMTimeoutMsg(NodeHandle source,
Address address,
Credentials authorCred,
int seqno,
RMRequestKeysMsg.WrappedMsg _wmsg)
Constructor |
Method Summary | |
void |
handleDeliverMessage(RMImpl rm)
If the RMResponseKeysMsg corresponding to the wrapped RMRequestKeysMsg was received (done by having same 'eventId' field in RMRequestKeysMsg & corresponding RMResponseKeysMsg) then nothing needs to be done. |
java.lang.String |
toString()
|
Methods inherited from class rice.rm.messaging.RMMessage |
getCredentials, getSeqno, getSource |
Methods inherited from class rice.pastry.messaging.Message |
getDate, getDestination, getSenderId, getStream, hasPriority, setPriority, setSenderId, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RMTimeoutMsg(NodeHandle source, Address address, Credentials authorCred, int seqno, RMRequestKeysMsg.WrappedMsg _wmsg)
source
- the local node itselfaddress
- the RM application addressauthorCred
- the credentials of the sourceseqno
- for debugging purposes only_wmsg
- the wrapped RMRequestKeysMsgMethod Detail |
public void handleDeliverMessage(RMImpl rm)
handleDeliverMessage
in class RMMessage
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |