oogp2p.chord.nettables
Class AddKeyToTableNettable
java.lang.Object
oogp2p.Nettable
oogp2p.chord.nettables.ChordNettable
oogp2p.chord.nettables.AddKeyToTableNettable
- All Implemented Interfaces:
- java.io.Serializable
- public class AddKeyToTableNettable
- 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
|
Constructor Summary |
AddKeyToTableNettable(java.net.InetAddress sender,
java.net.InetAddress receiver,
java.net.InetAddress originator,
byte[] key,
java.lang.String filename)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myOriginator
private java.net.InetAddress myOriginator
myKey
private byte[] myKey
myFilename
private java.lang.String myFilename
AddKeyToTableNettable
public AddKeyToTableNettable(java.net.InetAddress sender,
java.net.InetAddress receiver,
java.net.InetAddress originator,
byte[] key,
java.lang.String filename)
getContents
public java.lang.Object getContents()
- Overrides:
getContents in class ChordNettable
getOriginator
public java.net.InetAddress getOriginator()
getKey
public byte[] getKey()
getFileName
public java.lang.String getFileName()