Uses of Class
javax.resource.spi.work.ExecutionContext
Packages that use ExecutionContext
Package
Description
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.workModifier and TypeClassDescriptionclassA 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 ExecutionContextModifier and TypeMethodDescriptionvoidWorkManager.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.