Class TestEvents

java.lang.Object
  extended by TestEvents

public class TestEvents
extends java.lang.Object

Start up a bunch of collaborative clients, then have the server and clients go through a number of rounds where they all tweak their controls to trigger a bunch of events and, after a predetermined amount of time, check to make sure everyone is synchronized.

OptionDescription
-c numNumber of clients
-d numSeconds to delay * 100
-e numNumber of events per round
-r numNumber of rounds


Constructor Summary
TestEvents(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 boolean processArgs(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEvents

public TestEvents(java.lang.String[] args)
Method Detail

processArgs

public boolean processArgs(java.lang.String[] args)

main

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