|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--rice.pastry.wire.messaging.datagram.DatagramMessage
|
+--rice.pastry.wire.messaging.datagram.PingMessage
Class which represents a "ping" message sent through the udp pastry system.
| Field Summary |
| Fields inherited from class rice.pastry.wire.messaging.datagram.DatagramMessage |
destination, num, source |
| Constructor Summary | |
PingMessage(rice.pastry.NodeId source,
rice.pastry.NodeId destination,
int num,
rice.pastry.wire.WireNodeHandle handle)
Constructor |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class rice.pastry.wire.messaging.datagram.DatagramMessage |
getAck, getDestination, getNum, getSource, setNum |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PingMessage(rice.pastry.NodeId source,
rice.pastry.NodeId destination,
int num,
rice.pastry.wire.WireNodeHandle handle)
| Method Detail |
public java.lang.String toString()
toString in class DatagramMessage
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||