March 2005
Intermediate to advanced
1254 pages
104h 21m
English
ThreadPoolExecutor.AbortPolicy
This
RejectedExecutionHandler implementation simply
throws a RejectedExecutionException.
public static class ThreadPoolExecutor.AbortPolicy implements RejectedExecutionHandler { // Public Constructors public AbortPolicy( ); // Methods Implementing RejectedExecutionHandler public void rejectedExecution(Runnable r, ThreadPoolExecutor e); }