Rice Pastry API

rice.p2p.past.messaging
Class MessageLostMessage

java.lang.Object
  extended byrice.p2p.past.messaging.PastMessage
      extended byrice.p2p.past.messaging.MessageLostMessage
All Implemented Interfaces:
Message, java.io.Serializable

public class MessageLostMessage
extends PastMessage

Version:
$Id: MessageLostMessage.java 2808 2005-11-22 14:38:49Z jeffh $
Author:
Alan Mislove, Ansley Post, Peter Druschel
See Also:
Serialized Form

Field Summary
protected  NodeHandle hint
          DESCRIBE THE FIELD
protected  Id id
          DESCRIBE THE FIELD
protected  Message message
          DESCRIBE THE FIELD
 
Fields inherited from class rice.p2p.past.messaging.PastMessage
dest, isResponse, source
 
Fields inherited from interface rice.p2p.commonapi.Message
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY
 
Constructor Summary
MessageLostMessage(int uid, NodeHandle local, Id id, Message message, NodeHandle hint)
          Constructor which takes a unique integer Id and the local id
 
Method Summary
 void returnResponse(Continuation c, Environment env, java.lang.String instance)
          Method by which this message is supposed to return it's response - in this case, it lets the continuation know that a the message was lost via the receiveException method.
 java.lang.String toString()
          Returns a string representation of this message
 
Methods inherited from class rice.p2p.past.messaging.PastMessage
addHop, getDestination, getPriority, getSource, getUID, isResponse, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected Id id
DESCRIBE THE FIELD


hint

protected NodeHandle hint
DESCRIBE THE FIELD


message

protected Message message
DESCRIBE THE FIELD

Constructor Detail

MessageLostMessage

public MessageLostMessage(int uid,
                          NodeHandle local,
                          Id id,
                          Message message,
                          NodeHandle hint)
Constructor which takes a unique integer Id and the local id

Parameters:
uid - The unique id
local - The local nodehandle
id - DESCRIBE THE PARAMETER
message - DESCRIBE THE PARAMETER
hint - DESCRIBE THE PARAMETER
Method Detail

returnResponse

public void returnResponse(Continuation c,
                           Environment env,
                           java.lang.String instance)
Method by which this message is supposed to return it's response - in this case, it lets the continuation know that a the message was lost via the receiveException method.

Specified by:
returnResponse in class PastMessage
Parameters:
c - The continuation to return the reponse to.
env - DESCRIBE THE PARAMETER
instance - DESCRIBE THE PARAMETER

toString

public java.lang.String toString()
Returns a string representation of this message

Returns:
A string representing this message

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection