Uses of Class
de.uniba.wiai.lspi.chord.com.local.ThreadProxy

Packages that use ThreadProxy
de.uniba.wiai.lspi.chord.com.local Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally. 
 

Uses of ThreadProxy in de.uniba.wiai.lspi.chord.com.local
 

Methods in de.uniba.wiai.lspi.chord.com.local that return types with arguments of type ThreadProxy
 java.util.List<ThreadProxy> Registry.getProxiesInUseBy(URL nodeName)
          Get a reference to the Listof proxies used by the node with nodeName.
 

Methods in de.uniba.wiai.lspi.chord.com.local with parameters of type ThreadProxy
 void Registry.addProxyUsedBy(URL url, ThreadProxy proxy)
          Add the given proxy used by the node with nodeName.