API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. RejectedExecutionHandler View Source
Author(s)
Doug Lea
Since
1.5
Version
Serial
Hierarchy
 RejectedExecutionHandler
Subinterfaces
Description
public interface RejectedExecutionHandler
  A handler for tasks that cannot be executed by a ThreadPoolExecutor.
See also:   
Methods
Hide/Show inherited methods
public void rejectedExecution (Runnable r, ThreadPoolExecutor executor)
  Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar