com.github.axet.wget
Class LimitThreadPool.BlockUntilFree

java.lang.Object
  extended by com.github.axet.wget.LimitThreadPool.BlockUntilFree
All Implemented Interfaces:
RejectedExecutionHandler
Enclosing class:
LimitThreadPool

protected static class LimitThreadPool.BlockUntilFree
extends Object
implements RejectedExecutionHandler


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

Constructor Detail

LimitThreadPool.BlockUntilFree

protected LimitThreadPool.BlockUntilFree()
Method Detail

rejectedExecution

public void rejectedExecution(Runnable r,
                              ThreadPoolExecutor executor)
Specified by:
rejectedExecution in interface RejectedExecutionHandler


Copyright © 2012. All Rights Reserved.