Rice Pastry API

rice.pastry.messaging
Interface RawMessageDelivery

All Known Implementing Classes:
SocketBuffer

public interface RawMessageDelivery

Represents a message from the wire that hasn't yet been deserialized. This gets passed to the application to be deserialized.

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

Method Summary
 Message deserialize(MessageDeserializer md)
          DESCRIBE THE METHOD
 int getAddress()
          Gets the Address attribute of the RawMessageDelivery object
 

Method Detail

getAddress

public int getAddress()
Gets the Address attribute of the RawMessageDelivery object

Returns:
The Address value

deserialize

public Message deserialize(MessageDeserializer md)
                    throws java.io.IOException
DESCRIBE THE METHOD

Parameters:
md - DESCRIBE THE PARAMETER
Returns:
DESCRIBE THE RETURN VALUE
Throws:
java.io.IOException - DESCRIBE THE EXCEPTION

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection