net.aavalla.utils.jobpool
Class Tester

java.lang.Object
  extended by net.aavalla.utils.jobpool.Tester

public class Tester
extends java.lang.Object

Author:
Lari Natri

Nested Class Summary
 class Tester.TestJob1
           
 class Tester.TestJob2
           
 
Field Summary
static int counter
           
static java.lang.Object testLock
           
 
Constructor Summary
Tester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testLock

public static final java.lang.Object testLock

counter

public static int counter
Constructor Detail

Tester

public Tester()
Method Detail

test

public void test()

main

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