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

Packages that use ExecutionContext
javax.resource.spi.work This package contains APIs for the work management contract. 
 

Uses of ExecutionContext in javax.resource.spi.work
 

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