Uses of Package
de.uniba.wiai.lspi.chord.com.local

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

Classes in de.uniba.wiai.lspi.chord.com.local used by de.uniba.wiai.lspi.chord.com.local
InvocationListener
          This interface has to be implemented by classes that want to be notified about invocations made to a ThreadEndpoint.
Registry
          This class represents a registry for endpointsthat can be used to build up a chord network within the same JVM with help of Java Threads.
ThreadEndpoint
          This represents the Endpoint for the protocol that can be used to build a (local) chord network within one JVM.
ThreadProxy
          This class represents a Proxy for the protocol that allows to be build a (local) chord network within one JVM.