| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectedu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.AbortPolicypublic static class ThreadPoolExecutor.AbortPolicyextends java.lang.Objectimplements RejectedExecutionHandlerConstructor Summary | |
| |
Method Summary | |
void |
|
public void rejectedExecution(Runnable r,
ThreadPoolExecutor e)Always throws RejectedExecutionException.
- Specified by:
- rejectedExecution in interface RejectedExecutionHandler
- Parameters:
r- the runnable task requested to be executede- the executor attempting to execute this task