oogp2p.chord.nettables
Class JoinChordRingNettable

java.lang.Object
  extended byoogp2p.Nettable
      extended byoogp2p.chord.nettables.ChordNettable
          extended byoogp2p.chord.nettables.JoinChordRingNettable
All Implemented Interfaces:
java.io.Serializable

public class JoinChordRingNettable
extends ChordNettable

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
(package private)  ChordLocation myChordLocation
           
 
Fields inherited from class oogp2p.Nettable
myApplication, myReceiver, mySender
 
Constructor Summary
JoinChordRingNettable(java.net.InetAddress sender, java.net.InetAddress receiver)
           
JoinChordRingNettable(java.net.InetAddress sender, java.net.InetAddress receiver, ChordLocation loc)
           
 
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
 

Field Detail

myChordLocation

ChordLocation myChordLocation
Constructor Detail

JoinChordRingNettable

public JoinChordRingNettable(java.net.InetAddress sender,
                             java.net.InetAddress receiver)
Parameters:
sender -
receiver -

JoinChordRingNettable

public JoinChordRingNettable(java.net.InetAddress sender,
                             java.net.InetAddress receiver,
                             ChordLocation loc)
Method Detail

getContents

public java.lang.Object getContents()
Overrides:
getContents in class ChordNettable