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 WorkManager implementation that delegates to a Spring TaskExecutor.
WorkManagerTaskExecutor TaskExecutor implementation that delegates to a JCA 1.5 WorkManager, implementing the 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.