Package | Description |
---|---|
javax.resource.spi.work |
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionContext
A standard
WorkContext that allows a Work
instance to propagate transaction related context information from an EIS to
an application server. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.