Interface IWorkUnit
public interface IWorkUnit
A work unit which can be submitted to an
IWorkUnitExecutor
for execution. A work unit wraps a piece of code
which needs to execute as one unit within a particular context, such as a transaction.- Since:
- 9.5.2
- Author:
- Petru Galanton
-
Method Summary
-
Method Details
-
execute
void execute()Executes the work in this work unit.
-