ostore.network.patchwork
Class DeltaMsg

java.lang.Object
  |
  +--ostore.network.patchwork.DeltaMsg
All Implemented Interfaces:
QueueElementIF

public class DeltaMsg
extends Object
implements QueueElementIF

A DeltaMsg is sent out every time Patchwork recalculates its table of statistics. It contains a Delta that should be applied to every stage's local PatchworkTable, through the table's add_delta method.

Version:
$Id: DeltaMsg.java,v 1.1 2003/01/24 21:05:19 strib Exp $
Author:
Jeremy Stribling

Field Summary
 PatchworkTable.Delta delta
           
 
Constructor Summary
DeltaMsg(PatchworkTable.Delta delta)
           
 
Method Summary
 Object clone()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

delta

public PatchworkTable.Delta delta
Constructor Detail

DeltaMsg

public DeltaMsg(PatchworkTable.Delta delta)
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object

toString

public String toString()
Overrides:
toString in class Object