|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||