| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. | 
| org.springframework.jca.work.glassfish | Convenience package for obtaining a GlassFish JCA WorkManager for use in web applications. | 
| org.springframework.jca.work.jboss | Convenience package for obtaining a JBoss JCA WorkManager for use in web applications. | 
| Uses of AsyncTaskExecutor in org.springframework.core.task | 
|---|
| Classes in org.springframework.core.task that implement AsyncTaskExecutor | |
|---|---|
|  class | SimpleAsyncTaskExecutorTaskExecutor 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 | WorkManagerTaskExecutorTaskExecutorimplementation
 that delegates to a JCA 1.5 WorkManager, implementing theWorkManagerinterface. | 
| Uses of AsyncTaskExecutor in org.springframework.jca.work.glassfish | 
|---|
| Classes in org.springframework.jca.work.glassfish that implement AsyncTaskExecutor | |
|---|---|
|  class | GlassFishWorkManagerTaskExecutorSpring TaskExecutor adapter for the GlassFish JCA WorkManager. | 
| Uses of AsyncTaskExecutor in org.springframework.jca.work.jboss | 
|---|
| Classes in org.springframework.jca.work.jboss that implement AsyncTaskExecutor | |
|---|---|
|  class | JBossWorkManagerTaskExecutorSpring TaskExecutor adapter for the JBoss JCA WorkManager. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||