|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--viceroy.net.DiscoverMessage
A 'discover' message. represents a message that contains all the data that is relevant for a message that finds a successor for a certain peer
| Field Summary | |
private ViceroyPeer |
sender
The sender of the message |
| Constructor Summary | |
DiscoverMessage(ViceroyPeer _sender)
|
|
| Method Summary | |
ViceroyPeer |
getSender()
Gets the sender of this message |
MessageType |
getType()
Gets the type of the message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private ViceroyPeer sender
| Constructor Detail |
public DiscoverMessage(ViceroyPeer _sender)
| Method Detail |
public ViceroyPeer getSender()
public MessageType getType()
getType in interface MessageMessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||