Rice Pastry API

rice.pastry
Interface NodeHandleFactory

All Known Implementing Classes:
PastryNode, SocketNodeHandleFactory, TLPastryNode

public interface NodeHandleFactory


Method Summary
 NodeHandle coalesce(NodeHandle handle)
          Needed for legacy java deserialization of NodeHanlde because we aren't given any other way to do this properly such as a protected constructor.
 NodeHandle readNodeHandle(InputBuffer buf)
           
 

Method Detail

readNodeHandle

NodeHandle readNodeHandle(InputBuffer buf)
                          throws java.io.IOException
Throws:
java.io.IOException

coalesce

NodeHandle coalesce(NodeHandle handle)
Needed for legacy java deserialization of NodeHanlde because we aren't given any other way to do this properly such as a protected constructor.

Parameters:
handle -
Returns:

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection