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

Packages that use de.uniba.wiai.lspi.chord.service
de.uniba.wiai.lspi.chord.console.command.entry Implements data structures for working with entries in the test console. 
de.uniba.wiai.lspi.chord.service Provides the API for applications using the Chord implementation. 
de.uniba.wiai.lspi.chord.service.impl Implements the Chord protocol. 
 

Classes in de.uniba.wiai.lspi.chord.service used by de.uniba.wiai.lspi.chord.console.command.entry
Key
          Key under which an object is stored in the chord network.
 

Classes in de.uniba.wiai.lspi.chord.service used by de.uniba.wiai.lspi.chord.service
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).
ServiceException
          Whenever this exception is thrown, an error has occured which cannot be resolved by the service layer.
 

Classes in de.uniba.wiai.lspi.chord.service used by de.uniba.wiai.lspi.chord.service.impl
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.
ServiceException
          Whenever this exception is thrown, an error has occured which cannot be resolved by the service layer.