|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.DatagramMessage
rice.pastry.socket.messaging.PingMessage
Class which represents a "ping" message sent through the socket pastry system.
Field Summary |
Fields inherited from class rice.pastry.socket.messaging.DatagramMessage |
inbound, outbound, start |
Fields inherited from class rice.pastry.messaging.Message |
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
PingMessage(SourceRoute outbound,
SourceRoute inbound)
Constructor |
Method Summary | |
java.lang.String |
toString()
DESCRIBE THE METHOD |
Methods inherited from class rice.pastry.socket.messaging.DatagramMessage |
getInboundPath, getOutboundPath, getStartTime |
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, getStream, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PingMessage(SourceRoute outbound, SourceRoute inbound)
outbound
- DESCRIBE THE PARAMETERinbound
- DESCRIBE THE PARAMETERMethod Detail |
public java.lang.String toString()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |