de.uniba.wiai.lspi.chord.com
Class MyFloor

java.lang.Object
  extended by de.uniba.wiai.lspi.chord.com.MyFloor

public class MyFloor
extends java.lang.Object


Constructor Summary
MyFloor(Floor floor, NodeImpl node, URL nodeURL, int ns)
          Class constructor
 
Method Summary
 Entries getEntries()
           
 Floor getLocalFloor()
          Getters and setters for local variables.
 NodeImpl getLocalNode()
           
 ID getLocalNodeIDForFloor()
           
 References getReferences()
           
 void setEntries(Entries entries)
           
 void setLocalFloor(Floor localFloor)
           
 void setLocalNode(NodeImpl localNode)
           
 void setReferences(References references)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyFloor

public MyFloor(Floor floor,
               NodeImpl node,
               URL nodeURL,
               int ns)
Class constructor

Parameters:
floor -
node -
ref -
Method Detail

getLocalNodeIDForFloor

public ID getLocalNodeIDForFloor()

getLocalFloor

public final Floor getLocalFloor()
Getters and setters for local variables.


setLocalFloor

public final void setLocalFloor(Floor localFloor)

getLocalNode

public final NodeImpl getLocalNode()

setLocalNode

public final void setLocalNode(NodeImpl localNode)

getReferences

public final References getReferences()

setReferences

public final void setReferences(References references)

getEntries

public final Entries getEntries()

setEntries

public final void setEntries(Entries entries)