The Spring Framework

Uses of Interface
org.springframework.core.task.AsyncTaskExecutor

Packages that use AsyncTaskExecutor
org.springframework.core.task This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations. 
org.springframework.jca.work Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters. 
 

Uses of AsyncTaskExecutor in org.springframework.core.task
 

Classes in org.springframework.core.task that implement AsyncTaskExecutor
 class SimpleAsyncTaskExecutor
          TaskExecutor implementation that fires up a new Thread for each task, executing it asynchronously.
 

Uses of AsyncTaskExecutor in org.springframework.jca.work
 

Classes in org.springframework.jca.work that implement AsyncTaskExecutor
 class WorkManagerTaskExecutor
          TaskExecutor implementation that delegates to a JCA 1.5 WorkManager, implementing the WorkManager interface.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.