Class JSR166TestCase.NoOpREHandler

java.lang.Object
  extended by JSR166TestCase.NoOpREHandler
All Implemented Interfaces:
java.util.concurrent.RejectedExecutionHandler
Enclosing class:
JSR166TestCase

public static class JSR166TestCase.NoOpREHandler
extends java.lang.Object
implements java.util.concurrent.RejectedExecutionHandler

For use as RejectedExecutionHandler in constructors


Constructor Summary
JSR166TestCase.NoOpREHandler()
           
 
Method Summary
 void rejectedExecution(java.lang.Runnable r, java.util.concurrent.ThreadPoolExecutor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR166TestCase.NoOpREHandler

public JSR166TestCase.NoOpREHandler()
Method Detail

rejectedExecution

public void rejectedExecution(java.lang.Runnable r,
                              java.util.concurrent.ThreadPoolExecutor executor)
Specified by:
rejectedExecution in interface java.util.concurrent.RejectedExecutionHandler