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, serviceRegistrypublic TransactionManagerLookupBridge(TransactionManagerLookup lookup, Properties jndiProperties)
protected TransactionManager locateTransactionManager()
locateTransactionManager in class AbstractJtaPlatformprotected UserTransaction locateUserTransaction()
locateUserTransaction in class AbstractJtaPlatformpublic Object getTransactionIdentifier(Transaction transaction)
JtaPlatformgetTransactionIdentifier in interface JtaPlatformgetTransactionIdentifier in class AbstractJtaPlatformtransaction - The transaction to be identified.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.