org.jboss.tm
Interface TransactionPropagationContextImporter


public interface TransactionPropagationContextImporter

Implementations of this interface are used for importing a transaction propagation context into the transaction manager.

Version:
$Revision: 37459 $
Author:
Ole Husgaard, adrian@jboss.org
See Also:
TransactionPropagationContextFactory

Method Summary
 Transaction importTransactionPropagationContext(Object tpc)
          Import the transaction propagation context into the transaction manager, and return the resulting transaction.
 

Method Detail

importTransactionPropagationContext

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.

Parameters:
tpc - the transaction propagation context
Returns:
the transaction


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.