Rice Pastry API

rice.pastry.socket.messaging
Class DatagramMessage

java.lang.Object
  extended byrice.pastry.messaging.Message
      extended byrice.pastry.socket.messaging.SocketMessage
          extended byrice.pastry.socket.messaging.DatagramMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IPAddressRequestMessage, IPAddressResponseMessage, PingMessage, PingResponseMessage, WrongEpochMessage

public abstract class DatagramMessage
extends SocketMessage

Class which represents a "ping" message sent through the socket pastry system.

Version:
$Id: DatagramMessage.java 2562 2005-06-09 16:26:21Z jstewart $
Author:
Alan Mislove
See Also:
Serialized Form

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, long start)
          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, setPriority, setSender, stamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected long start
DESCRIBE THE FIELD


outbound

protected SourceRoute outbound
DESCRIBE THE FIELD


inbound

protected SourceRoute inbound
DESCRIBE THE FIELD

Constructor Detail

DatagramMessage

public DatagramMessage(SourceRoute outbound,
                       SourceRoute inbound,
                       long start)
Constructor

Parameters:
outbound - DESCRIBE THE PARAMETER
inbound - DESCRIBE THE PARAMETER
start - DESCRIBE THE PARAMETER
Method Detail

getStartTime

public long getStartTime()
Gets the StartTime attribute of the DatagramMessage object

Returns:
The StartTime value

getOutboundPath

public SourceRoute getOutboundPath()
Gets the OutboundPath attribute of the DatagramMessage object

Returns:
The OutboundPath value

getInboundPath

public SourceRoute getInboundPath()
Gets the InboundPath attribute of the DatagramMessage object

Returns:
The InboundPath value

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection