public class TransactionManagerLookupBridge extends AbstractJtaPlatform
Constructor and Description |
---|
TransactionManagerLookupBridge(TransactionManagerLookup lookup,
Properties jndiProperties) |
Modifier and Type | Method and Description |
---|---|
Object |
getTransactionIdentifier(Transaction transaction)
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
|
protected TransactionManager |
locateTransactionManager() |
protected UserTransaction |
locateUserTransaction() |
canCacheTransactionManager, canCacheUserTransaction, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
public TransactionManagerLookupBridge(TransactionManagerLookup lookup, Properties jndiProperties)
protected TransactionManager locateTransactionManager()
locateTransactionManager
in class AbstractJtaPlatform
protected UserTransaction locateUserTransaction()
locateUserTransaction
in class AbstractJtaPlatform
public Object getTransactionIdentifier(Transaction transaction)
JtaPlatform
getTransactionIdentifier
in interface JtaPlatform
getTransactionIdentifier
in class AbstractJtaPlatform
transaction
- The transaction to be identified.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.