ostore.tapestry.patchwork
Class RepairMonitorStage.DetachMessage
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--ostore.tapestry.patchwork.RepairMonitorStage.DetachMessage
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- Enclosing class:
- RepairMonitorStage
- public static class RepairMonitorStage.DetachMessage
- extends NetworkMessage
- implements QuickSerializable
A message indicating a command to detach, or the confirmation of a
successful detachment
command
public boolean command
RepairMonitorStage.DetachMessage
public RepairMonitorStage.DetachMessage(NodeId peer,
boolean command)
RepairMonitorStage.DetachMessage
public RepairMonitorStage.DetachMessage(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class NetworkMessage
- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class NetworkMessage
toString
public String toString()
- Overrides:
toString
in class NetworkMessage