Package de.uniba.wiai.lspi.chord.service

Provides the API for applications using the Chord implementation.

See:
          Description

Interface Summary
AsynChord Interface to Chord distributed hash table for asynchronous method invocations.
Chord Provides all methods necessary for a user application.
ChordCallback This is the interface that must be implemented by classes that can be used as callback for method invocations on AsynChord.
ChordFuture This interface represents the result of an asynchronouse invocation on an implementation of AsynChord.
ChordRetrievalFuture This ChordFuture represents the invocation result of AsynChord#retrieveAsync(Key).
Key Key under which an object is stored in the chord network.
Report Provides the user application with methods for retrieving internal information about the state of a Chord node, e.g. entries or references.
 

Class Summary
PropertiesLoader This class is responsible for loading all properties of a given property file and for setting them as Java properties for this JVM.
 

Exception Summary
ServiceException Whenever this exception is thrown, an error has occured which cannot be resolved by the service layer.
 

Package de.uniba.wiai.lspi.chord.service Description

Provides the API for applications using the Chord implementation.