Uses of Class
javax.resource.spi.work.ExecutionContext
-
Packages that use ExecutionContext Package Description 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 Modifier and Type Class Description classTransactionContextA standardWorkContextthat allows aWorkinstance to propagate transaction related context information from an EIS to an application server.Methods in javax.resource.spi.work with parameters of type ExecutionContext Modifier and Type Method Description voidWorkManager. doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)Accepts aWorkinstance for processing.voidWorkManager. scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)Accepts aWorkinstance for processing.longWorkManager. startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)Accepts aWorkinstance for processing.
-