rice.p2p.past.messaging
Class FetchMessage
java.lang.Object
rice.p2p.past.messaging.PastMessage
rice.p2p.past.messaging.ContinuationMessage
rice.p2p.past.messaging.FetchMessage
- All Implemented Interfaces:
- java.io.Serializable, Continuation, Message, RawMessage
public class FetchMessage
- extends ContinuationMessage
- Version:
- $Id: FetchMessage.java 3524 2007-01-09 14:09:27Z jeffh $
- Author:
- Alan Mislove, Ansley Post, Peter Druschel
- See Also:
- Serialized Form
Field Summary |
static short |
TYPE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final short TYPE
- See Also:
- Constant Field Values
FetchMessage
public FetchMessage(int uid,
PastContentHandle handle,
NodeHandle source,
Id dest)
- Constructor
- Parameters:
uid
- The unique idhandle
- The handle to the data to be looked upsource
- The source addressdest
- The destination address
FetchMessage
public FetchMessage(int uid,
RawPastContentHandle handle,
NodeHandle source,
Id dest)
getHandle
public PastContentHandle getHandle()
- Method which returns the handle
- Returns:
- The contained handle
isCached
public boolean isCached()
- Returns whether or not this message has been cached
- Returns:
- Whether or not this message has been cached
setCached
public void setCached()
- Sets this message as having been cached.
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()
- Raw Serialization
serialize
public void serialize(OutputBuffer buf)
throws java.io.IOException
- Description copied from class:
ContinuationMessage
- Deprecated to cause warnings.
use serialize(OutputBuffer buf, boolean javaSerialize)
- Specified by:
serialize
in interface RawMessage
- Specified by:
serialize
in class ContinuationMessage
- Throws:
java.io.IOException
build
public static FetchMessage build(InputBuffer buf,
Endpoint endpoint,
PastContentDeserializer pcd,
PastContentHandleDeserializer pchd)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2005 - Rice Pastry.