edu.nps.moves.logger
Class LogReplay

java.lang.Object
  extended by edu.nps.moves.logger.LogReplay

public class LogReplay
extends java.lang.Object

Reads from the log files, replaying the data on a multicast group.

Author:
mcgredo

Field Summary
static int MIN_SLEEP_TIME
          time, in milliseconds, that it is not worth sleeping for
 
Constructor Summary
LogReplay(java.util.Properties properties)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void replayExercise()
          Replay the PDUs that have been logged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_SLEEP_TIME

public static final int MIN_SLEEP_TIME
time, in milliseconds, that it is not worth sleeping for

See Also:
Constant Field Values
Constructor Detail

LogReplay

public LogReplay(java.util.Properties properties)
Method Detail

replayExercise

public void replayExercise()
Replay the PDUs that have been logged


main

public static void main(java.lang.String[] args)