ostore.oil.patchwork
Class PatchworkAlarmMsg
java.lang.Object
|
+--ostore.oil.patchwork.PatchworkAlarmMsg
- All Implemented Interfaces:
- QueueElementIF
- public class PatchworkAlarmMsg
- extends Object
- implements QueueElementIF
This represents a command to the PatchworkStage
indicating that it's time to send out a probe of a certain type
to the appropriate nodes.
- Version:
- $Id: PatchworkAlarmMsg.java,v 1.1 2001/12/04 19:44:06 strib Exp $
- Author:
- Jeremy Stribling
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
PatchworkAlarmMsg
public PatchworkAlarmMsg(int type)
toString
public String toString()
- Overrides:
toString
in class Object