Modifier and Type | Method and Description |
---|---|
abstract TxContext |
TransactionManager.currentTransaction()
The currentTransaction method returns the TxContext for the current
transaction, or null if there is none.
|
abstract TxContext |
BusinessActivityManager.currentTransaction()
The currentTransaction method returns the TxContext for the current
transaction, or null if there is none.
|
abstract TxContext |
TransactionManager.suspend()
A thread of control may require periods of non-transactionality so that
it may perform work that is not associated with a specific transaction.
|
abstract TxContext |
BusinessActivityManager.suspend()
A thread of control may require periods of non-transactionality so that
it may perform work that is not associated with a specific transaction.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TransactionManager.resume(TxContext txContext)
The resume method can be used to (re-)associate a thread with a
transaction(s) via its TxContext.
|
abstract void |
BusinessActivityManager.resume(TxContext txContext)
The resume method can be used to (re-)associate a thread with a
transaction(s) via its TxContext.
|
Modifier and Type | Method and Description |
---|---|
TxContext |
ContextManager.currentTransaction() |
TxContext |
ContextManager.suspend() |
Modifier and Type | Method and Description |
---|---|
void |
ContextManager.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
TxContext |
ContextManager.currentTransaction() |
TxContext |
ContextManager.suspend() |
Modifier and Type | Method and Description |
---|---|
void |
ContextManager.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
static TxContext |
SubordinateImporter.importContext(CoordinationContextType cc) |
Modifier and Type | Class and Description |
---|---|
class |
TxContextImple |
Modifier and Type | Method and Description |
---|---|
TxContext |
TransactionManagerImple.currentTransaction() |
TxContext |
TransactionManagerImple.suspend() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImple.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
static TxContext |
SubordinateImporter.importContext(CoordinationContextType cc) |
Modifier and Type | Method and Description |
---|---|
TxContext |
BusinessActivityManagerImple.currentTransaction() |
TxContext |
BusinessActivityManagerImple.suspend() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessActivityManagerImple.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
TxContext |
BridgeWrapper.getContext()
obtain a resumable transaction context for the bridged-to transaction
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.