oogp2p.chord.nettables
Class GetMappingAnswerNettable

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

public class GetMappingAnswerNettable
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
private  java.net.InetAddress myFilePossessor
           
 
Fields inherited from class oogp2p.Nettable
myApplication, myReceiver, mySender
 
Constructor Summary
GetMappingAnswerNettable(java.net.InetAddress sender, java.net.InetAddress receiver, java.net.InetAddress possessor)
           
 
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

myFilePossessor

private java.net.InetAddress myFilePossessor
Constructor Detail

GetMappingAnswerNettable

public GetMappingAnswerNettable(java.net.InetAddress sender,
                                java.net.InetAddress receiver,
                                java.net.InetAddress possessor)
Method Detail

getContents

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