edu.wpi.prc.templates.java.generator
Class Generator

java.lang.Object
  extended by edu.wpi.prc.templates.java.generator.Generator

public class Generator
extends java.lang.Object

The Generator initializes the WorkGeneratorClient client and periodically queries the server for the number of ingress work units it has. If the server does not have enough, the WorkUnitGenerator is used to generate and send more.

Author:
James Baldassari

Field Summary
private static int RETRY_DELAY
           
 
Constructor Summary
Generator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRY_DELAY

private static final int RETRY_DELAY
See Also:
Constant Field Values
Constructor Detail

Generator

public Generator()
Method Detail

main

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