oogp2p.chord.nettables
Class ChordRingExistsNettable

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

public class ChordRingExistsNettable
extends ChordNettable

Author:
cmz Returns the ChordLocation
See Also:
Serialized Form

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

connectorLoc

ChordLocation connectorLoc
Constructor Detail

ChordRingExistsNettable

public ChordRingExistsNettable(java.net.InetAddress sender,
                               java.net.InetAddress receiver,
                               ChordLocation cLoc)
Method Detail

getContents

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