WorkManagerTaskExecutor.java | Class | org.springframework.core.task.TaskExecutor implementation
that delegates to a JCA 1.5 WorkManager, implementing the
javax.resource.spi.work.WorkManager interface.
This is mainly intended for use within a JCA ResourceAdapter implementation,
but may also be used in a standalone environment, delegating to a locally
embedded WorkManager implementation (such as Geronimo's).
Also implements the JCA 1.5 WorkManager interface itself, delegating all
calls to the target WorkManager. |