rice.pastry
Interface NodeHandleFetcher


public interface NodeHandleFetcher

Internal interface to get a NodeHandle from some other identifier, such as an InetSocketAddress. Get's the NodeHandle from the network (not already cached).

Author:
Jeff Hoye

Method Summary
 Cancellable getNodeHandle(Object o, Continuation<NodeHandle,Exception> c)
           
 

Method Detail

getNodeHandle

Cancellable getNodeHandle(Object o,
                          Continuation<NodeHandle,Exception> c)


Copyright © 2010. All Rights Reserved.