当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 transaction API Documentation 英文版文档
TransactionPropagationContextImporter (JBoss Transaction API) - JBoss 4.0.1 sp1 transaction API Documentation 英文版文档
org.jboss.tm
Interface TransactionPropagationContextImporter
- All Known Implementing Classes:
- TxManager
- public interface TransactionPropagationContextImporter
Implementations of this interface are used for importing a transaction
propagation context into the transaction manager.
- Version:
- $Revision: 1.1 $
- Author:
- Ole Husgaard
- See Also:
TransactionPropagationContextFactory
importTransactionPropagationContext
public Transaction importTransactionPropagationContext(Object tpc)
- 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.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.