Rice Pastry API

rice.p2p.past.gc.messaging
Class GCCollectMessage

java.lang.Object
  extended by rice.p2p.past.messaging.PastMessage
      extended by rice.p2p.past.gc.messaging.GCCollectMessage
All Implemented Interfaces:
java.io.Serializable, Message, RawMessage

public class GCCollectMessage
extends PastMessage

Version:
$Id: GCCollectMessage.java 3613 2007-02-15 14:45:14Z jstewart $
Author:
Alan Mislove
See Also:
Serialized Form

Field Summary
static short TYPE
           
 
Fields inherited from class rice.p2p.past.messaging.PastMessage
dest, id, isResponse, source
 
Fields inherited from interface rice.p2p.commonapi.Message
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, LOWEST_PRIORITY, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY
 
Constructor Summary
GCCollectMessage(int id, NodeHandle source, Id dest)
          Constructor
 
Method Summary
 short getType()
           
 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.
 void serialize(OutputBuffer buf)
           
 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

TYPE

public static final short TYPE
See Also:
Constant Field Values
Constructor Detail

GCCollectMessage

public GCCollectMessage(int id,
                        NodeHandle source,
                        Id dest)
Constructor

Parameters:
id - The location to be stored
source - The source address
dest - The destination address
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.

toString

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

Overrides:
toString in class java.lang.Object
Returns:
A string representing this message

getType

public short getType()

serialize

public void serialize(OutputBuffer buf)
               throws java.io.IOException
Specified by:
serialize in interface RawMessage
Overrides:
serialize in class PastMessage
Throws:
java.io.IOException

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection