PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

Move TraversalScheduler, WorkQueue* to java.util.concurrent #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Once Java 5 is used, we can replace much of the thread and thread queue work 
with constructs 
provided by java.util.concurrent.

Original issue reported on code.google.com by Brett.Mi...@gmail.com on 8 Apr 2009 at 3:16

GoogleCodeExporter commented 8 years ago
Keep in mind that Marty wants to move to iCalendar notation for the connector 
schedules.  Investigate whether 
iCalendar starttime, durations, intervals, and recurrence rules map into the 
ScheduledFuture and 
ScheduledExecutor* classes.

Original comment by Brett.Mi...@gmail.com on 10 Apr 2009 at 6:12

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 10 Apr 2009 at 8:18

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 10 Apr 2009 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 6 May 2009 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 6 May 2009 at 9:47

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 6 May 2009 at 9:50

GoogleCodeExporter commented 8 years ago
Change 2036 replaces WorkQueue with ThreadPool which is built on 
java.util.concurrent
technology.

Original comment by EricStre...@gmail.com on 9 Jun 2009 at 5:04

GoogleCodeExporter commented 8 years ago
The change with the fix is r2036.

Original comment by EricStre...@gmail.com on 9 Jun 2009 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 27 Oct 2009 at 11:05