Project

General

Profile

Improvement #2022

Code Improvement: Default methods in IWorkResource

Added by Henning Blohm over 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-core
Target version:
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

Related to z2-Environment - Improvement #2023: Code Improvement: Make WorkUnit an AutoClosableResolved25.10.2018Henning Blohm

Actions
#1

Updated by Henning Blohm about 5 years ago

  • Related to Improvement #2023: Code Improvement: Make WorkUnit an AutoClosable added
#2

Updated by Henning Blohm about 5 years ago

  • Status changed from New to Resolved

resolved with #2023

Also available in: Atom PDF