| org.jboss.tm.TransactionPropagationContextImporter
All known Subclasses: org.jboss.tm.TxManager,
TransactionPropagationContextImporter | public interface TransactionPropagationContextImporter (Code) | | Implementations of this interface are used for importing a transaction
propagation context into the transaction manager.
See Also: TransactionPropagationContextFactory author: Ole Husgaard version: $Revision: 57208 $ |
importTransactionPropagationContext | public Transaction importTransactionPropagationContext(Object tpc)(Code) | | Import the transaction propagation context into the transaction
manager, and return the resulting transaction.
If this transaction propagation context has already been imported
into the transaction manager, this method simply returns the
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.
|
|
|