ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/RejectedExecutionHandler.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/RejectedExecutionHandler.java (file contents):
Revision 1.2 by dl, Tue Jun 24 14:34:48 2003 UTC vs.
Revision 1.3 by tim, Thu Jul 31 20:32:00 2003 UTC

# Line 7 | Line 7
7   package java.util.concurrent;
8  
9   /**
10 < * A handler for tasks that cannot be executed by a {@link ThreadedExecutor}.
10 > * A handler for tasks that cannot be executed by a {@link ThreadPoolExecutor}.
11   *
12   * @since 1.5
13   *
# Line 17 | Line 17 | package java.util.concurrent;
17   * @author Doug Lea
18   */
19   public interface RejectedExecutionHandler {
20 <    
20 >
21      /**
22       * Method invoked by <tt>ThreadPoolExecutor</tt> when
23       * <tt>execute</tt> cannot submit a task. This may occur when no

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines