Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349648 - Refactor StatuslineUIProcessRidget such that it uses the Job-API
Summary: Refactor StatuslineUIProcessRidget such that it uses the Job-API
Status: NEW
Alias: None
Product: Riena
Classification: RT
Component: UI (show other bugs)
Version: 3.0.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 02:45 EDT by Stefan Liebig CLA
Modified: 2011-06-17 02:48 EDT (History)
1 user (show)

See Also:


Attachments
Refactored to use the Job-API (3.80 KB, text/plain)
2011-06-17 02:47 EDT, Stefan Liebig CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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