com.github.dreamhead.moco.procedure
Class LatencyProcedure

java.lang.Object
  extended by com.github.dreamhead.moco.procedure.LatencyProcedure
All Implemented Interfaces:
MocoProcedure

public class LatencyProcedure
extends java.lang.Object
implements MocoProcedure


Field Summary
static int DEFAULT_LATENCY
           
 
Constructor Summary
LatencyProcedure(long millis)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LATENCY

public static final int DEFAULT_LATENCY
See Also:
Constant Field Values
Constructor Detail

LatencyProcedure

public LatencyProcedure(long millis)
Method Detail

execute

public void execute()
Specified by:
execute in interface MocoProcedure