ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java
Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
Update Creative Commons license URL in legal notices

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 04:01:11 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +5 -1 lines
Diff to previous 1.56
delayed tasks not cancelled on shutdown when ExecuteExistingDelayedTasksAfterShutdown set false

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 18:52:23 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +4 -4 lines
Diff to previous 1.55
whitespace

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 06:28:36 2010 UTC (13 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
<code> => @code

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:08:19 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +38 -32 lines
Diff to previous 1.53
6725789: ScheduledExecutorService does not work as expected in jdk7/6/5

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 00:43:44 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +6 -6 lines
Diff to previous 1.52
whitespace

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 00:23:17 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
whitespace

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Sep 16 10:45:05 2008 UTC (15 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.50: +14 -6 lines
Diff to previous 1.50
Clarify happens-before

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 15:38:49 2008 UTC (15 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.49: +31 -12 lines
Diff to previous 1.49
Avoid numerical overflow for trigger times

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon May 19 01:13:14 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.48: +17 -7 lines
Diff to previous 1.48
6620549: ExecutorService#shutdown should clearly state that it does not block

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.47: +123 -123 lines
Diff to previous 1.47
Sync with OpenJDK; untabify

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 23:17:51 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
6602600: Fast removal of cancelled scheduled thread pool tasks

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 20:08:07 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +105 -66 lines
Diff to previous 1.45
6602600: Fast removal of cancelled scheduled thread pool tasks

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 01:04:35 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +58 -62 lines
Diff to previous 1.44
6602600: Fast removal of cancelled scheduled thread pool tasks

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 21:35:10 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +20 -11 lines
Diff to previous 1.43
6560953: Periodic tasks of ScheduledThreadPoolExecutor are not decorated on a second run

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 16:07:19 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42
tidying

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 21:16:06 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +29 -31 lines
Diff to previous 1.41
tidying

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 00:11:20 2007 UTC (17 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.40: +40 -6 lines
Diff to previous 1.40
Added setRemoveOnCancelPolicy

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Feb 18 23:16:35 2007 UTC (17 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.39: +439 -42 lines
Diff to previous 1.39
Faster task cancellation and removal

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 03:43:07 2007 UTC (17 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +125 -119 lines
Diff to previous 1.38
TPE/STPE review rework

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 06:04:35 2006 UTC (17 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
minor fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 23:30:36 2006 UTC (17 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.36: +167 -70 lines
Diff to previous 1.36
Internal refactoring

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:08:04 2006 UTC (18 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35
Updated Navigable interfaces ind implementations

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +0 -1 lines
Diff to previous 1.34
6378729: Remove workaround for 6280605

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 00:13:36 2005 UTC (18 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.33: +15 -10 lines
Diff to previous 1.33
Make compareTo cope with arbitrary Delayed's as arguments

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 21:58:22 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 13:31:27 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.31: +15 -6 lines
Diff to previous 1.31
Clarify subclassing guidance

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 22:44:54 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30
un-masking docstrings

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 05:13:11 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +27 -24 lines
Diff to previous 1.29
doc fixes

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 20:45:30 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +10 -10 lines
Diff to previous 1.28
typo; whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:02:43 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
whitespace

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 00:42:30 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.26: +9 -4 lines
Diff to previous 1.26
doc fixes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon May 23 00:52:56 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.25: +4 -2 lines
Diff to previous 1.25
constructor doc fixes

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun May 22 00:19:01 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
doc fixes

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri May 20 16:25:51 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
fix syntax in sample code

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue May 17 13:08:08 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.22: +63 -16 lines
Diff to previous 1.22
Add documentation; adjust STPE internal types

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue May 17 04:17:05 2005 UTC (19 years ago) by peierls
Branch: MAIN
Changes since 1.21: +24 -13 lines
Diff to previous 1.21
Overridable RunnableFuture creation for AbstractExecutorService.
OverridableRunnableScheduledFuture decoration for ScheduledThreadPoolExecutor.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.20: +54 -54 lines
Diff to previous 1.20
doc fixes

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:24:36 2004 UTC (20 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Don't use raw type for Comparable

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 16:56:47 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.18: +6 -0 lines
Diff to previous 1.18
Check task type before trying to remove

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:48 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.17: +9 -8 lines
Diff to previous 1.17
Wording fixes and improvements

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 15:20:35 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -11 lines
Diff to previous 1.16
doc improvements; consistent conventions for nested classes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 01:47:00 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.15: +22 -13 lines
Diff to previous 1.15
Use j.u.Timer internal conventions

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 15:49:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Javadoc fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 18:15:59 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.13: +18 -9 lines
Diff to previous 1.13
Avoid overflow

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 23:19:55 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.12: +148 -122 lines
Diff to previous 1.12
formatting; grammar

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 21:43:57 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11
Improve shutdown detection

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:26 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Headers reference Creative Commons

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 16:25:20 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.9: +3 -37 lines
Diff to previous 1.9
Simplify FutureTask and AbstractExecutorService internals; improve docs

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 00:48:14 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Streamline status settting

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 15:14:36 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +4 -5 lines
Diff to previous 1.7
Documentation improvements

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 14:55:52 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.6: +32 -77 lines
Diff to previous 1.6
Documentation improvements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 14:42:25 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
Documentation improvements

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Dec 14 15:50:13 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.4: +20 -40 lines
Diff to previous 1.4
Added any/all methods

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 02:24:00 2003 UTC (20 years, 6 months ago) by tim
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Raw List returned by shutdownNow is really List<Runnable>.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 14:57:46 2003 UTC (20 years, 6 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
ScheduledExecutorService for Executors factory method return type

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 11:57:52 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.1: +6 -18 lines
Diff to previous 1.1
Avoid needing package-private fields

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 11:27:02 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Separated interface from concrete class

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to release-1_7_0: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a