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