ostore.oil.patchwork
Class PatchworkChangePeriodMsg

java.lang.Object
  |
  +--ostore.oil.patchwork.PatchworkChangePeriodMsg
All Implemented Interfaces:
QueueElementIF

public class PatchworkChangePeriodMsg
extends Object
implements QueueElementIF

This represents a command to the PatchworkStage indicating that it needs to change the period of one of its messages to a new value (in milliseconds).


Field Summary
static int BANDWIDTH
           
static int LATENCY
           
static int LOSS
           
 int newPeriod
           
static int RECALC_MODEL
           
 int type
           
 
Constructor Summary
PatchworkChangePeriodMsg(int type, int newPeriod)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LATENCY

public static final int LATENCY

BANDWIDTH

public static final int BANDWIDTH

LOSS

public static final int LOSS

RECALC_MODEL

public static final int RECALC_MODEL

type

public int type

newPeriod

public int newPeriod
Constructor Detail

PatchworkChangePeriodMsg

public PatchworkChangePeriodMsg(int type,
                                int newPeriod)
Method Detail

toString

public String toString()
Overrides:
toString in class Object