javax.resource.spi.work
public interface: Work [javadoc |
source]
All Implemented Interfaces:
Runnable
This models a
Work instance that would be executed by a
WorkManager upon submission.
- version:
1.0 -
- author:
Ram - Jeyaraman
| Method from javax.resource.spi.work.Work Summary: |
|---|
|
release |
| Method from javax.resource.spi.work.Work Detail: |
public void release()
The WorkManager might call this method to hint the
active Work instance to complete execution as soon as
possible. This would be called on a seperate thread other than the
one currently executing the Work instance. |