Package org.nuxeo.ecm.core.work
Class WorkHolder
java.lang.Object
org.nuxeo.ecm.core.work.WorkHolder
- All Implemented Interfaces:
Runnable
A
WorkHolder adapts a Work to Runnable for queuing and execution by a
ThreadPoolExecutor.
Calls (indirectly) Work.work() and Work.cleanUp(boolean, java.lang.Exception).
- Since:
- 5.8
- See Also:
-
Constructor Summary
Constructors -
Method Summary