|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--viceroy.net.JoinLeaveDataMessage
|
+--viceroy.net.JoinDataMessage
A 'Join data' message. represents a message that contains all the data that is relevant for a joining or leaving peer
| Field Summary |
| Fields inherited from class viceroy.net.JoinLeaveDataMessage |
|
| Constructor Summary | |
JoinDataMessage(ViceroyPeer predecessor,
ViceroyPeer successor,
java.util.SortedMap vals)
creates a new message |
|
| Method Summary | |
MessageType |
getType()
gets the type of the message |
| Methods inherited from class viceroy.net.JoinLeaveDataMessage |
getPredecessor, getSuccessor, getValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JoinDataMessage(ViceroyPeer predecessor,
ViceroyPeer successor,
java.util.SortedMap vals)
predecessor - the predecessor of the joining peersuccessor - the successor of the joining peervals - the new values of the joining peer| Method Detail |
public MessageType getType()
MessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||