Uses of Class
javax.resource.spi.work.ExecutionContext

Packages that use ExecutionContext
javax.resource.spi.work   
 

Uses of ExecutionContext in javax.resource.spi.work
 

Subclasses of ExecutionContext in javax.resource.spi.work
 class TransactionContext
           
 

Methods in javax.resource.spi.work with parameters of type ExecutionContext
 void WorkManager.doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
           
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
           
 long WorkManager.startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
           
 



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