ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ScheduledExecutor.java
Revision 1.38
Wed Dec 10 01:51:11 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +0 -0 lines
FILE REMOVED
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 19:42:26 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.36: +4 -4 lines
Diff to previous 1.36
Use XXXFuture<?> instead of XXXFuture<Boolean> when returning futures
without interesting return values

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 20:54:29 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.35: +21 -550 lines
Diff to previous 1.35
Revised tests for revised Future classes

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 21:07:44 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
Add ConcurrentMap.replace; fix other typos

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:04:24 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
fixed typos; avoided some casts

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 17:31:23 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
Wording and typo cleanup pass

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:18 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.31: +19 -7 lines
Diff to previous 1.31
added drainTo; clarified various exception specs

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 11:37:11 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Spellcheck

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 11:01:22 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.29: +15 -0 lines
Diff to previous 1.29
Consistently throw NPE for execute(null)

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.28: +31 -29 lines
Diff to previous 1.28
Proofreading pass -- many minor adjustments

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:40:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.27: +43 -15 lines
Diff to previous 1.27
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 23:28:21 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.26: +7 -4 lines
Diff to previous 1.26
Allow resets

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 21:23:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
Explicitly delegate queue toArray to DelayQueue

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 13:33:14 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.24: +10 -12 lines
Diff to previous 1.24
Removed non-standard tags and misc javadoc cleanup

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 14:09:52 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Avoid ABA problem in CHP; fix other javadocs

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 00:03:57 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Fixed typo

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 23:32:25 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.21: +25 -103 lines
Diff to previous 1.21
Kill ScheduledExecutor Date methods; Documentation clarifications

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 15:04:57 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.20: +57 -59 lines
Diff to previous 1.20
Future extends Cancellable.
class SE.DelayedTask -> interface ScheduledCancellable
class SE.DelayedFutureTask -> interface ScheduledFuture
Add primitive SE test.
Related internals changes.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 16:48:58 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.19: +40 -7 lines
Diff to previous 1.19
Added getQueue and shutdownNow javadocs

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 15:59:04 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
javadoc typo fix

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 15:34:04 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.17: +121 -20 lines
Diff to previous 1.17
New shutdown policies for Scheduled executor; refactored to avoid more messiness

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 12 11:12:11 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.16: +43 -38 lines
Diff to previous 1.16
Fix constructor calls

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 11 19:41:03 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15
Clarified execute javadoc

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Aug 11 15:44:43 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.14: +33 -1 lines
Diff to previous 1.14
Fix remove()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13
Scrunched catch, finally, else clauses.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 17:48:44 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.12: +32 -12 lines
Diff to previous 1.12
Semi-lazily prestart core threads in SE

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 16:00:28 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +15 -3 lines
Diff to previous 1.11
ScheduledExecutor must prestart core threads

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:22:09 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.10: +5 -3 lines
Diff to previous 1.10
Fixes to minor errors found by DocCheck

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 00:50:34 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.9: +6 -6 lines
Diff to previous 1.9
Added LockSupport; moved nanoTime

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:48 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.8: +13 -3 lines
Diff to previous 1.8
Added missing javadoc tags; minor reformatting

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 13:17:21 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.7: +2 -8 lines
Diff to previous 1.7
Removed automatic queue removal on cancel; Added TPE purge; Fixed RL typo

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 02:32:05 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.6: +96 -23 lines
Diff to previous 1.6
New ScheduledExecuor methods; minor javadoc cleanup

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 18:53:00 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.5: +54 -10 lines
Diff to previous 1.5
Javadoc additions

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 11:34:20 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +17 -11 lines
Diff to previous 1.4
Minor documentation updates
Remove remove(task) from ExecutorService, Add removablity to ScheduledExecutor tasks, Revert Executors.execute to return FutureTask

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 16:44:36 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.3: +278 -51 lines
Diff to previous 1.3
New ScheduledExecutor; CancellableTask

Revision 1.3
Thu May 29 16:42:04 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.2: +0 -0 lines
FILE REMOVED
Removed false-start implementation for now.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed May 28 23:00:40 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +67 -115 lines
Diff to previous 1.1
Simple ScheduledExecutor

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:47 2003 UTC (21 years ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Convenience Links

Links to HEAD: (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