oogp2p.chord.nettables
Class FindKeyStatNettable
java.lang.Object
oogp2p.Nettable
oogp2p.chord.nettables.ChordNettable
oogp2p.chord.nettables.FindKeyStatNettable
- All Implemented Interfaces:
- java.io.Serializable
- public class FindKeyStatNettable
- 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 |
FindKeyStatNettable(java.net.InetAddress sender,
java.net.InetAddress receiver,
java.net.InetAddress originator,
byte[] key,
int numHops,
java.util.Date startTime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myOriginator
private java.net.InetAddress myOriginator
keyToFind
private byte[] keyToFind
myNumHops
private int myNumHops
myStartTime
private java.util.Date myStartTime
FindKeyStatNettable
public FindKeyStatNettable(java.net.InetAddress sender,
java.net.InetAddress receiver,
java.net.InetAddress originator,
byte[] key,
int numHops,
java.util.Date startTime)
getContents
public java.lang.Object getContents()
- Overrides:
getContents in class ChordNettable
getOriginator
public java.net.InetAddress getOriginator()
getKey
public byte[] getKey()
getNumHops
public int getNumHops()
getStartTime
public java.util.Date getStartTime()