org.norther.tammi.core.thread
Class DefaultPooledExecutor.DiscardPolicy

java.lang.Object
  extended by java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
      extended by 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.


Constructor Summary
DefaultPooledExecutor.DiscardPolicy()
          Constructs a new policy.
 
Method Summary
 
Methods inherited from class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
rejectedExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPooledExecutor.DiscardPolicy

public DefaultPooledExecutor.DiscardPolicy()
Constructs a new policy.



Copyright © 2004 The Norther Organization. All rights reserved.