@Deprecated public interface TransactionPropagationContextImporter
TransactionPropagationContextFactory| Modifier and Type | Method and Description |
|---|---|
Transaction |
importTransactionPropagationContext(Object tpc)
Deprecated.
Import the transaction propagation context into the transaction
manager, and return the resulting transaction.
|
Transaction importTransactionPropagationContext(Object tpc)
Transaction representing the transaction propagation
context in the local VM.
Returns null if the transaction propagation context is
null, or if it represents a null transaction.tpc - the transaction propagation contextCopyright © 2015 JBoss by Red Hat. All rights reserved.