Uses of Class
de.uniba.wiai.lspi.chord.com.ResponsibleNode

Packages that use ResponsibleNode
de.uniba.wiai.lspi.chord.com Provides classes and interfaces for communication tasks on behalf of the service layer, but without depending on the service layer. 
de.uniba.wiai.lspi.chord.com.local Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally. 
de.uniba.wiai.lspi.chord.com.socket Implements the communication tasks by (insecure) Socket communication. 
de.uniba.wiai.lspi.chord.service.impl Implements the Chord protocol. 
 

Uses of ResponsibleNode in de.uniba.wiai.lspi.chord.com
 

Methods in de.uniba.wiai.lspi.chord.com that return types with arguments of type ResponsibleNode
abstract  java.util.List<ResponsibleNode> Node.findSuccessor(int tag, java.lang.String res, URL url)
          Returns the node which is responsible for the given resource.
 

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

Methods in de.uniba.wiai.lspi.chord.com.local that return types with arguments of type ResponsibleNode
 java.util.List<ResponsibleNode> ThreadProxy.findSuccessor(int tag, java.lang.String res, URL url)
           
 java.util.List<ResponsibleNode> ThreadEndpoint.findSuccessor(int tag, java.lang.String res, URL url)
           
 

Uses of ResponsibleNode in de.uniba.wiai.lspi.chord.com.socket
 

Methods in de.uniba.wiai.lspi.chord.com.socket that return types with arguments of type ResponsibleNode
 java.util.List<ResponsibleNode> SocketProxy.findSuccessor(int tag, java.lang.String res, URL url)
           
 

Uses of ResponsibleNode in de.uniba.wiai.lspi.chord.service.impl
 

Methods in de.uniba.wiai.lspi.chord.service.impl that return types with arguments of type ResponsibleNode
 java.util.List<ResponsibleNode> NodeImpl.findSuccessor(int tag, java.lang.String res, URL url)
          Returns the node which is responsible for the given resource.