Package javax.resource.spi.work
Interface DistributableWorkManager
-
- All Superinterfaces:
WorkManager
public interface DistributableWorkManager extends WorkManager
This interface models aWorkManagerthat supports distributed execution of Work instances.A
DistributableWorkManagermay choose to distribute aWorkinstance submitted by a resource adapter to anotherWorkManagerinstance running in a different Java virtual machine (that is running in the same host or different hosts) for achieving optimal resource utilization or for providing better response times.A
WorkManagerimplementation that supports the submission ofDistributableWorkinstances must implement theDistributableWorkManagermarker interface.- Since:
- 1.6
- Version:
- Java EE Connector Architecture 1.6
-
-
Field Summary
-
Fields inherited from interface javax.resource.spi.work.WorkManager
IMMEDIATE, INDEFINITE, UNKNOWN
-
-
Method Summary
-
Methods inherited from interface javax.resource.spi.work.WorkManager
doWork, doWork, scheduleWork, scheduleWork, startWork, startWork
-
-