Connector Architecture 1.6 API 1.0.0.Final

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

Packages that use ExecutionContext
javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. 
 

Uses of ExecutionContext in javax.resource.spi.work
 

Subclasses of ExecutionContext in javax.resource.spi.work
 class TransactionContext
          A standard WorkContext that allows a Work instance to propagate transaction related context information from an EIS to an application server.
 

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.
 void WorkManager.scheduleWork(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.
 


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.