tapestry.repairmonitor
Class PatchworkRevCountMsg
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--tapestry.repairmonitor.PatchworkRevCountMsg
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- public class PatchworkRevCountMsg
- extends NetworkMessage
- implements QuickSerializable
This is mostly for testing, to inform other nodes of how many
nodes are pointing at me.
- Version:
- $Id: PatchworkRevCountMsg.java,v 1.1.1.1 2004/03/26 19:57:08 hweather Exp $
- Author:
- Jeremy Stribling
num_ptrs
public int num_ptrs
level
public int level
PatchworkRevCountMsg
public PatchworkRevCountMsg(NodeId peer,
int num_ptrs,
int level)
PatchworkRevCountMsg
public PatchworkRevCountMsg(NodeId peer,
int num_ptrs)
PatchworkRevCountMsg
public PatchworkRevCountMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class NetworkMessage
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class NetworkMessage
CloneNotSupportedException
toString
public String toString()
- Overrides:
toString
in class NetworkMessage