Improvement #2022
Code Improvement: Default methods in IWorkResource
Start date:
24.10.2018
Due date:
% Done:
0%
Estimated time:
origin:
Description
The IWorkResource interface is used to manage resources on the WorkUnit.
- It has a lot of methods of which only few need to be implemented. Hence, they should all have default implementations.
- Frequently a work resource is used to cache some data during the unit of work. It should be possible to simply put an Object on the unit of work and only if that implements IWorkResource, the IWorkResource semantic should be invoked.
Related issues
Updated by Henning Blohm almost 6 years ago
- Related to Improvement #2023: Code Improvement: Make WorkUnit an AutoClosable added