Uses of Interface
de.uniba.wiai.lspi.chord.service.ChordCallback

Packages that use ChordCallback
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. 
 

Uses of ChordCallback in de.uniba.wiai.lspi.chord.service
 

Methods in de.uniba.wiai.lspi.chord.service with parameters of type ChordCallback
 void AsynChord.insert(java.lang.String res, java.io.Serializable entry, ChordCallback callback)
          Asynchronous method to insert entry under the provided key.
 void AsynChord.remove(java.lang.String res, java.io.Serializable entry, ChordCallback callback)
          Asynchronous method to remove entry under the provided key.
 void AsynChord.retrieve(java.lang.String res, ChordCallback callback)
          Asynchronous method to retrieve the entries associated with key.
 

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

Methods in de.uniba.wiai.lspi.chord.service.impl with parameters of type ChordCallback
 void ChordImpl.insert(java.lang.String res, java.io.Serializable entry, ChordCallback callback)
           
 void ChordImpl.remove(java.lang.String res, java.io.Serializable entry, ChordCallback callback)
           
 void ChordImpl.retrieve(java.lang.String res, ChordCallback callback)