API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. ThreadPoolExecutor.DiscardPolicy View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ThreadPoolExecutor.DiscardPolicy
Implements
 RejectedExecutionHandler
Subclasses
Description
publicstatic class ThreadPoolExecutor.DiscardPolicy
A handler for rejected tasks that silently discards the rejected task.
See also:   
Constructors
public ThreadPoolExecutor.DiscardPolicy ()
Creates a DiscardPolicy.
Methods
Hide/Show inherited methods
public void rejectedExecution (Runnable r, ThreadPoolExecutor e) [Specified in RejectedExecutionHandler]
  Does nothing, which has the effect of discarding task r.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar