public class AbortPolicyWithReport extends ThreadPoolExecutor.AbortPolicy
| Constructor and Description |
|---|
AbortPolicyWithReport(String threadName,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor e) |
public void rejectedExecution(Runnable r, ThreadPoolExecutor e)
rejectedExecution in interface RejectedExecutionHandlerrejectedExecution in class ThreadPoolExecutor.AbortPolicyCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.