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).
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
PatchworkChangePeriodMsg
public PatchworkChangePeriodMsg(int type,
int newPeriod)
toString
public String toString()
- Overrides:
toString
in class Object