Class JSR166TestCase.SmallCallable

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

public class JSR166TestCase.SmallCallable
extends JSR166TestCase.CheckedCallable


Constructor Summary
JSR166TestCase.SmallCallable()
           
 
Method Summary
protected  java.lang.Object realCall()
           
 
Methods inherited from class JSR166TestCase.CheckedCallable
call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR166TestCase.SmallCallable

public JSR166TestCase.SmallCallable()
Method Detail

realCall

protected java.lang.Object realCall()
                             throws java.lang.InterruptedException
Specified by:
realCall in class JSR166TestCase.CheckedCallable
Throws:
java.lang.InterruptedException