oogp2p.chord.nettables
Class ChordNettable

java.lang.Object
  extended byoogp2p.Nettable
      extended byoogp2p.chord.nettables.ChordNettable
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddKeyToTableNettable, ChordRingExistsNettable, ChordRingQueryNettable, EchoFindKeyStatNettable, FindFingerSuccessorNettable, FindKeyNettable, FindKeyStatNettable, FoundFingerSuccessorNettable, FoundKeyNettable, FoundKeyStatNettable, GetMappingAnswerNettable, GetMappingNettable, InsertKeyNettable, JoinChordRingNettable, NotifyNettable, RefreshFingerNodeNettable, RefreshFingerNodeResponseNettable, StabilizeNettable, StabilizeResponseNettable

public class ChordNettable
extends Nettable

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

Field Summary
 
Fields inherited from class oogp2p.Nettable
myApplication, myReceiver, mySender
 
Constructor Summary
ChordNettable(java.net.InetAddress sender, java.net.InetAddress receiver)
           
 
Method Summary
 java.lang.Object getContents()
           
 
Methods inherited from class oogp2p.Nettable
getApplicationName, getReceiver, getSender, setReceiver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordNettable

public ChordNettable(java.net.InetAddress sender,
                     java.net.InetAddress receiver)
Parameters:
sender -
receiver -
Method Detail

getContents

public java.lang.Object getContents()
Specified by:
getContents in class Nettable