oogp2p.chord.IRs
Class ChordRingQueryIR

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

public class ChordRingQueryIR
extends ChordInfoReceived

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

Field Summary
(package private)  int myHops
           
(package private)  java.net.InetAddress myQueryOriginator
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ChordRingQueryIR()
           
protected ChordRingQueryIR(Nettable 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

myHops

int myHops

myQueryOriginator

java.net.InetAddress myQueryOriginator
Constructor Detail

ChordRingQueryIR

public ChordRingQueryIR()

ChordRingQueryIR

protected ChordRingQueryIR(Nettable n)
Parameters:
n -
Method Detail

isType

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

makeType

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

execute

public void execute()
Specified by:
execute in class ChordInfoReceived