| public static class java.util.concurrent ThreadPoolExecutor.DiscardOldestPolicy
|
Java SE 6 |
| Constructors | |
|---|---|
| public | ThreadPoolExecutor.DiscardOldestPolicy() Creates a DiscardOldestPolicy for the given executor. |
| Methods | |||||
|---|---|---|---|---|---|
| public void | rejectedExecution(Runnable r, ThreadPoolExecutor e) Details
Obtains and ignores the next task that the executor
would otherwise execute, if one is immediately available,
and then retries execution of task r, unless the executor
is shut down, in which case task r is instead discarded.
| ||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|