public static class AsynchronousJobPool.ManyJobsPolicy extends Object implements RejectedExecutionHandler
| Constructor and Description |
|---|
ManyJobsPolicy(RejectedExecutionHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public ManyJobsPolicy(RejectedExecutionHandler delegate)
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.