Class JSR166TestCase.CheckedInterruptedCallable<T>

java.lang.Object
  extended by JSR166TestCase.CheckedInterruptedCallable<T>
All Implemented Interfaces:
java.util.concurrent.Callable<T>
Enclosing class:
JSR166TestCase

public abstract class JSR166TestCase.CheckedInterruptedCallable<T>
extends java.lang.Object
implements java.util.concurrent.Callable<T>


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

Constructor Detail

JSR166TestCase.CheckedInterruptedCallable

public JSR166TestCase.CheckedInterruptedCallable()
Method Detail

realCall

protected abstract T realCall()
                       throws java.lang.Throwable
Throws:
java.lang.Throwable

call

public final T call()
Specified by:
call in interface java.util.concurrent.Callable<T>