Package org.springframework.jca.work

Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters.

See:
          Description

Class Summary
DelegatingWork Simple Work adapter that delegates to a given Runnable.
SimpleTaskWorkManager Simple JCA 1.5 javax.resource.spi.work.WorkManager implementation that delegates to a Spring TaskExecutor.
SimpleTaskWorkManager.DelegatingWorkAdapter Work adapter that supports start timeouts and WorkListener callbacks for a given Work that it delegates to.
WorkManagerTaskExecutor TaskExecutor implementation that delegates to a JCA 1.5 WorkManager, implementing the javax.resource.spi.work.WorkManager interface.
 

Package org.springframework.jca.work Description

Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters.