Rice Pastry API

org.mpisws.p2p.transport.sourceroute.manager
Interface SourceRouteStrategy<Identifier>

All Known Implementing Classes:
RendezvousSourceRouteStrategy, SimpleSourceRouteStrategy

public interface SourceRouteStrategy<Identifier>

Author:
Jeff Hoye

Method Summary
 java.util.Collection<SourceRoute<Identifier>> getSourceRoutes(Identifier destination)
          Do not include the destination in the list.
 

Method Detail

getSourceRoutes

java.util.Collection<SourceRoute<Identifier>> getSourceRoutes(Identifier destination)
Do not include the destination in the list.

Parameters:
the - destination
Returns:
a collection of paths to the destination. Don't include the local node at the beginning of the path, nor the destination at the end.

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection