Rice Pastry API

org.mpisws.p2p.transport.commonapi
Interface NodeHandleFactory<Identifier>


public interface NodeHandleFactory<Identifier>


Method Summary
 TransportLayerNodeHandle<Identifier> getNodeHandle(Identifier i, long epoch, Id id)
           
 TransportLayerNodeHandle<Identifier> lookupNodeHandle(Identifier i)
           
 TransportLayerNodeHandle<Identifier> readNodeHandle(InputBuffer buf)
           
 

Method Detail

lookupNodeHandle

TransportLayerNodeHandle<Identifier> lookupNodeHandle(Identifier i)

getNodeHandle

TransportLayerNodeHandle<Identifier> getNodeHandle(Identifier i,
                                                   long epoch,
                                                   Id id)

readNodeHandle

TransportLayerNodeHandle<Identifier> readNodeHandle(InputBuffer buf)
                                                    throws java.io.IOException
Throws:
java.io.IOException

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection