Class JSR166TestCase.MediumInterruptedRunnable

java.lang.Object
  extended by JSR166TestCase.CheckedInterruptedRunnable
      extended by JSR166TestCase.MediumInterruptedRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JSR166TestCase

public class JSR166TestCase.MediumInterruptedRunnable
extends JSR166TestCase.CheckedInterruptedRunnable


Constructor Summary
JSR166TestCase.MediumInterruptedRunnable()
           
 
Method Summary
protected  void realRun()
           
 
Methods inherited from class JSR166TestCase.CheckedInterruptedRunnable
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR166TestCase.MediumInterruptedRunnable

public JSR166TestCase.MediumInterruptedRunnable()
Method Detail

realRun

protected void realRun()
                throws java.lang.InterruptedException
Specified by:
realRun in class JSR166TestCase.CheckedInterruptedRunnable
Throws:
java.lang.InterruptedException