|
||||||||||
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.RMResponseKeysMsg
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 | |
RMResponseKeysMsg(NodeHandle source,
Address address,
Credentials authorCred,
int seqno,
java.util.Vector _rangeSet,
int _eventId)
Constructor : Builds a new RM Message |
Method Summary | |
int |
getEventId()
|
void |
handleDeliverMessage(RMImpl rm)
The handling of the message does the following - 1. |
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, toString, wait, wait, wait |
Constructor Detail |
public RMResponseKeysMsg(NodeHandle source, Address address, Credentials authorCred, int seqno, java.util.Vector _rangeSet, int _eventId)
source
- the source of the messageaddress
- the RM application addressauthorCred
- the credentials of the sourceseqno
- for debugging purposes only_rangeSet
- the rangeSet of this message_eventId
- the eventId of this messageMethod Detail |
public void handleDeliverMessage(RMImpl rm)
handleDeliverMessage
in class RMMessage
public int getEventId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |