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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.7 by dl, Sun Dec 21 14:55:52 2003 UTC vs.
Revision 1.8 by dl, Sun Dec 21 15:14:36 2003 UTC

# Line 22 | Line 22 | import java.util.*;
22   * enabled in first-in-first-out (FIFO) order of submission.
23   *
24   * <p>While this class inherits from {@link ThreadPoolExecutor}, a few
25 < * of the inherited tuning methods are not useful for
26 < * it. In particular, because a <tt>ScheduledExecutor</tt> always acts
27 < * as a fixed-sized pool using <tt>corePoolSize</tt> threads and an
28 < * unbounded queue, adjustments to <tt>maximumPoolSize</tt> have no
29 < * useful effect.
25 > * of the inherited tuning methods are not useful for it. In
26 > * particular, because it acts as a fixed-sized pool using
27 > * <tt>corePoolSize</tt> threads and an unbounded queue, adjustments
28 > * to <tt>maximumPoolSize</tt> have no useful effect.
29   *
30   * @since 1.5
31   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines