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

Field Summary
static int BANDWIDTH
           
static int LATENCY
           
static int LOSS
           
static int RECALC_MODEL
           
 int type
           
 
Constructor Summary
PatchworkAlarmMsg(int type)
           
 
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
Constructor Detail

PatchworkAlarmMsg

public PatchworkAlarmMsg(int type)
Method Detail

toString

public String toString()
Overrides:
toString in class Object