Package javax.resource.spi.work
Interface Work
-
- All Superinterfaces:
java.lang.Runnable
- All Known Subinterfaces:
DistributableWork
public interface Work extends java.lang.RunnableThis models aWorkinstance that would be executed by aWorkManagerupon submission.- Version:
- 1.0
-
-
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.
-