Package jakarta.resource.spi.work
Interface Work
-
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
DistributableWork
public interface Work extends Runnable
This models aWorkinstance that would be executed by aWorkManagerupon submission.- Version:
- 1.0
- Author:
- Ram Jeyaraman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrelease()TheWorkManagermight call this method to hint the activeWorkinstance to complete execution as soon as possible.
-