@Deprecated public interface TransactionPropagationContextFactory
TransactionPropagationContextImporter
Modifier and Type | Method and Description |
---|---|
Object |
getTransactionPropagationContext()
Deprecated.
Return a transaction propagation context for the transaction
currently associated with the invoking thread, or
null
if the invoking thread is not associated with a transaction. |
Object |
getTransactionPropagationContext(Transaction tx)
Deprecated.
Return a transaction propagation context for the transaction
given as an argument, or
null
if the argument is null or of a type unknown to
this factory. |
Object getTransactionPropagationContext()
null
if the invoking thread is not associated with a transaction.Object getTransactionPropagationContext(Transaction tx)
null
if the argument is null
or of a type unknown to
this factory.tx
- the transactionCopyright © 2024 JBoss by Red Hat. All rights reserved.