|
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
Class which represents a "ping" message sent through the socket pastry system.
Field Summary | |
protected SourceRoute |
inbound
DESCRIBE THE FIELD |
protected SourceRoute |
outbound
DESCRIBE THE FIELD |
protected long |
start
DESCRIBE THE FIELD |
Fields inherited from class rice.pastry.messaging.Message |
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
DatagramMessage(SourceRoute outbound,
SourceRoute inbound)
Constructor |
Method Summary | |
SourceRoute |
getInboundPath()
Gets the InboundPath attribute of the DatagramMessage object |
SourceRoute |
getOutboundPath()
Gets the OutboundPath attribute of the DatagramMessage object |
long |
getStartTime()
Gets the StartTime attribute of the DatagramMessage object |
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, toString, wait, wait, wait |
Field Detail |
protected long start
protected SourceRoute outbound
protected SourceRoute inbound
Constructor Detail |
public DatagramMessage(SourceRoute outbound, SourceRoute inbound)
outbound
- DESCRIBE THE PARAMETERinbound
- DESCRIBE THE PARAMETERMethod Detail |
public long getStartTime()
public SourceRoute getOutboundPath()
public SourceRoute getInboundPath()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |