|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.messaging.Message rice.pastry.socket.messaging.SocketMessage rice.pastry.socket.messaging.DatagramMessage rice.pastry.socket.messaging.PingMessage
public class 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,
long start)
Constructor |
Method Summary | |
---|---|
java.lang.String |
toString()
|
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, 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, long start)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |