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

Packages that use ExecutionContext
javax.resource.spi.work J2EE Connector API - Work Management. 
 

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 ctx, WorkListener listener)
          Executes the work, the call blocks until the work completes
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext ctx, WorkListener listener)
          Executes the work, the call returns immediately
 long WorkManager.startWork(Work work, long startTimeout, ExecutionContext ctx, WorkListener listener)
          Executes the work, the call blocks until the work starts
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.