Uses of Class
jakarta.resource.spi.work.ExecutionContext
-
Packages that use ExecutionContext Package Description jakarta.resource.spi.work This package contains APIs for the Work Management, Generic and Security Work Context contracts. -
-
Uses of ExecutionContext in jakarta.resource.spi.work
Subclasses of ExecutionContext in jakarta.resource.spi.work Modifier and Type Class Description class
TransactionContext
A standardWorkContext
that allows aWork
instance to propagate transaction related context information from an EIS to an application server.Methods in jakarta.resource.spi.work with parameters of type ExecutionContext Modifier and Type Method Description void
WorkManager. doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
Accepts aWork
instance for processing.void
WorkManager. scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
Accepts aWork
instance for processing.long
WorkManager. startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
Accepts aWork
instance for processing.
-