org.norther.tammi.core.thread
Class DefaultPooledExecutor.DiscardPolicy
java.lang.Object
java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
org.norther.tammi.core.thread.DefaultPooledExecutor.DiscardPolicy
- All Implemented Interfaces:
- RejectedExecutionHandler
- Enclosing class:
- DefaultPooledExecutor
public static class DefaultPooledExecutor.DiscardPolicy
- extends ThreadPoolExecutor.DiscardPolicy
A handler for rejected tasks that silently discards the rejected task.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPooledExecutor.DiscardPolicy
public DefaultPooledExecutor.DiscardPolicy()
- Constructs a new policy.
Copyright © 2004 The Norther Organization. All rights reserved.