Rice Pastry API

rice.p2p.commonapi.rawserialization
Interface RawMessage

All Superinterfaces:
Message, java.io.Serializable
All Known Implementing Classes:
GlacierMessage, JavaSerializedMessage, MyMsg, PastMessage, PRawMessage, ReplicationMessage, ScribeMessage

public interface RawMessage
extends Message

DESCRIBE THE INTERFACE

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
jeffh

Field Summary
 
Fields inherited from interface rice.p2p.commonapi.Message
HIGH_PRIORITY, LOW_PRIORITY, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY
 
Method Summary
 short getType()
          Gets the Type attribute of the RawMessage object
 void serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 
Methods inherited from interface rice.p2p.commonapi.Message
getPriority
 

Method Detail

getType

public short getType()
Gets the Type attribute of the RawMessage object

Returns:
The Type value

serialize

public void serialize(OutputBuffer buf)
               throws java.io.IOException
DESCRIBE THE METHOD

Parameters:
buf - DESCRIBE THE PARAMETER
Throws:
java.io.IOException - DESCRIBE THE EXCEPTION

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection