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

Packages that use Entries
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 Entries in de.uniba.wiai.lspi.chord.com
 

Methods in de.uniba.wiai.lspi.chord.com that return Entries
 Entries MyFloor.getEntries()
           
 

Methods in de.uniba.wiai.lspi.chord.com with parameters of type Entries
 void MyFloor.setEntries(Entries entries)
           
 

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

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

Constructors in de.uniba.wiai.lspi.chord.service.impl with parameters of type Entries
References(Floor floor, ID locID, URL locURL, int numberOfEntriesInSuccessorList, Entries entries)
          Creates an References object which contains no references.