Uses of Interface
org.springframework.jca.context.BootstrapContextAware

Packages that use BootstrapContextAware
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 BootstrapContextAware in org.springframework.jca.work
 

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

Uses of BootstrapContextAware in org.springframework.jca.work.glassfish
 

Classes in org.springframework.jca.work.glassfish that implement BootstrapContextAware
 class GlassFishWorkManagerTaskExecutor
          Spring TaskExecutor adapter for the GlassFish JCA WorkManager.
 

Uses of BootstrapContextAware in org.springframework.jca.work.jboss
 

Classes in org.springframework.jca.work.jboss that implement BootstrapContextAware
 class JBossWorkManagerTaskExecutor
          Spring TaskExecutor adapter for the JBoss JCA WorkManager.
 



Copyright © 2002-2008 The Spring Framework.