Uses of Class
de.uniba.wiai.lspi.chord.service.impl.References

Packages that use References
de.uniba.wiai.lspi.chord.com Provides classes and interfaces for communication tasks on behalf of the service layer, but without depending on the service layer. 
de.uniba.wiai.lspi.chord.service.impl Implements the Chord protocol. 
 

Uses of References in de.uniba.wiai.lspi.chord.com
 

Methods in de.uniba.wiai.lspi.chord.com that return References
 References MyFloor.getReferences()
           
 

Methods in de.uniba.wiai.lspi.chord.com with parameters of type References
 void MyFloor.setReferences(References references)
           
 

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

Methods in de.uniba.wiai.lspi.chord.service.impl that return References
 References NodeImpl.getReferencesForFloor(Floor floor)
          
 References ChordImpl.getReferencesForFloor(Floor floor)