Uses of Interface
javax.resource.spi.work.WorkContext

Packages that use WorkContext
javax.resource.spi   
javax.resource.spi.work   
 

Uses of WorkContext in javax.resource.spi
 

Method parameters in javax.resource.spi with type arguments of type WorkContext
 boolean BootstrapContext.isContextSupported(Class<? extends WorkContext> workContextClass)
           
 

Uses of WorkContext in javax.resource.spi.work
 

Classes in javax.resource.spi.work that implement WorkContext
 class HintsContext
           
 class SecurityContext
           
 class TransactionContext
           
 

Methods in javax.resource.spi.work that return types with arguments of type WorkContext
 List<WorkContext> WorkContextProvider.getWorkContexts()
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.