oogp2p.chord.IRs
Class FindFingerSuccessorIR

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.chord.IRs.ChordInfoReceived
          extended byoogp2p.chord.IRs.FindFingerSuccessorIR

public class FindFingerSuccessorIR
extends ChordInfoReceived

Author:
sjg To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
private  ChordLocation findSucOfID
           
private  int theFingerPos
           
private  java.net.InetAddress theOriginator
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  FindFingerSuccessorIR()
           
protected FindFingerSuccessorIR(FindFingerSuccessorNettable n)
           
 
Method Summary
 void execute()
           
 boolean isType(Nettable n)
           
 InfoReceived makeType(Nettable n)
           
 
Methods inherited from class oogp2p.InfoReceived
getNettableReceiver, getNettableSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theOriginator

private java.net.InetAddress theOriginator

findSucOfID

private ChordLocation findSucOfID

theFingerPos

private int theFingerPos
Constructor Detail

FindFingerSuccessorIR

public FindFingerSuccessorIR()

FindFingerSuccessorIR

protected FindFingerSuccessorIR(FindFingerSuccessorNettable n)
Method Detail

isType

public boolean isType(Nettable n)
Specified by:
isType in class ChordInfoReceived
See Also:
InfoReceived.isType(oogp2p.Nettable)

makeType

public InfoReceived makeType(Nettable n)
Specified by:
makeType in class ChordInfoReceived
See Also:
InfoReceived.makeType(oogp2p.Nettable)

execute

public void execute()
Specified by:
execute in class ChordInfoReceived
See Also:
InfoReceived.execute()