rice.p2p.glacier.v2.messaging
Class GlacierTimeoutMessage
java.lang.Object
rice.p2p.glacier.v2.messaging.GlacierMessage
rice.p2p.glacier.v2.messaging.GlacierTimeoutMessage
- All Implemented Interfaces:
- Serializable, Message, RawMessage, RawSerializable
public class GlacierTimeoutMessage
- extends GlacierMessage
- See Also:
- Serialized Form
|
Field Summary |
static short |
TYPE
|
TYPE
public static final short TYPE
- See Also:
- Constant Field Values
GlacierTimeoutMessage
public GlacierTimeoutMessage(int uid,
NodeHandle local)
- Constructor which takes a unique integer Id and the local id
- Parameters:
uid - The unique idlocal - The local nodehandle
toString
public String toString()
- Returns a string representation of this message
- Overrides:
toString in class Object
- Returns:
- A string representing this message
getType
public short getType()
- Raw Serialization
serialize
public void serialize(OutputBuffer buf)
throws IOException
- Specified by:
serialize in interface RawSerializable- Overrides:
serialize in class GlacierMessage
- Throws:
IOException
Copyright © 2010. All Rights Reserved.