ostore.network.patchwork
Class ProbeTimeout
java.lang.Object
|
+--ostore.network.patchwork.ProbeTimeout
- All Implemented Interfaces:
- PatchMsg, QueueElementIF
- public final class ProbeTimeout
- extends Object
- implements QueueElementIF, PatchMsg
Sent by Patchwork whenever it sends off a probe. If Patchwork gets this
message back before receiving a response to the probe, that probe is
considered lost.
- Version:
- $Id: ProbeTimeout.java,v 1.2 2003/03/24 00:13:13 geels Exp $
- Author:
- Jeremy Stribling
type
public byte type
peer
public NodeId peer
seq_no
public int seq_no
ProbeTimeout
public ProbeTimeout(NodeId peer,
byte type,
int seqNo)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
getType
public byte getType()
- Specified by:
getType
in interface PatchMsg
toString
public String toString()
- Overrides:
toString
in class Object