Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 349648

Summary: Refactor StatuslineUIProcessRidget such that it uses the Job-API
Product: [RT] Riena Reporter: Stefan Liebig <Stefan.Liebig>
Component: UIAssignee: Project Inbox <riena.core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: nobody
Version: 3.0.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Refactored to use the Job-API none

Description Stefan Liebig CLA 2011-06-17 02:45:42 EDT
We attempt to use only the Eclipse Job-API within Riena as the single Job/Task/Thread pooling solution.
The StatuslineUIProcessRidget currently uses the java.util.Timer for periodic updates.
However, as this is a very delicate thing I provide a patch with a refactoring using the Job-API.
Comment 1 Stefan Liebig CLA 2011-06-17 02:47:34 EDT
Created attachment 198159 [details]
Refactored to use the Job-API