oogp2p.chord.IRs
Class ChordInfoReceived

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.chord.IRs.ChordInfoReceived
Direct Known Subclasses:
AddKeyToTableIR, ChordRingExistsIR, ChordRingQueryIR, EchoFindKeyStatIR, FindFingerSuccessorIR, FindKeyIR, FindKeyStatIR, FoundFingerSuccessorIR, FoundKeyIR, FoundKeyStatIR, GetMappingAnswerIR, GetMappingIR, InsertKeyIR, NotifyIR, RefreshFingerNodeIR, RefreshFingerNodeResponseIR, StabilizeIR, StabilizeResponseIR

public abstract class ChordInfoReceived
extends InfoReceived

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

Field Summary
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ChordInfoReceived()
           
protected ChordInfoReceived(Nettable n)
           
 
Method Summary
abstract  void execute()
           
abstract  boolean isType(Nettable n)
           
abstract  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
 

Constructor Detail

ChordInfoReceived

public ChordInfoReceived()

ChordInfoReceived

protected ChordInfoReceived(Nettable n)
Method Detail

isType

public abstract boolean isType(Nettable n)
Specified by:
isType in class InfoReceived

makeType

public abstract InfoReceived makeType(Nettable n)
Specified by:
makeType in class InfoReceived

execute

public abstract void execute()
Specified by:
execute in class InfoReceived