Class JSR166TestCase.TrackedCallable

java.lang.Object
  extended by JSR166TestCase.TrackedCallable
All Implemented Interfaces:
java.util.concurrent.Callable
Enclosing class:
JSR166TestCase

public static class JSR166TestCase.TrackedCallable
extends java.lang.Object
implements java.util.concurrent.Callable


Field Summary
 boolean done
           
 
Constructor Summary
JSR166TestCase.TrackedCallable()
           
 
Method Summary
 java.lang.Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

done

public volatile boolean done
Constructor Detail

JSR166TestCase.TrackedCallable

public JSR166TestCase.TrackedCallable()
Method Detail

call

public java.lang.Object call()
Specified by:
call in interface java.util.concurrent.Callable