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

Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally.

See:
          Description

Interface Summary
InvocationListener This interface has to be implemented by classes that want to be notified about invocations made to a ThreadEndpoint.
 

Class Summary
ChordImplAccess  
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.
 

Package de.uniba.wiai.lspi.chord.com.local Description

Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally.