public class JBossTSStandaloneTransactionManagerLookup extends java.lang.Object implements TransactionManagerLookup
Constructor and Description |
---|
JBossTSStandaloneTransactionManagerLookup() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getTransactionIdentifier(javax.transaction.Transaction transaction)
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
|
javax.transaction.TransactionManager |
getTransactionManager(java.util.Properties props)
Obtain the JTA
TransactionManager . |
java.lang.String |
getUserTransactionName()
Return the JNDI namespace of the JTA
UserTransaction for this platform or null;
optional operation. |
public JBossTSStandaloneTransactionManagerLookup()
public javax.transaction.TransactionManager getTransactionManager(java.util.Properties props) throws HibernateException
TransactionManagerLookup
TransactionManager
.getTransactionManager
in interface TransactionManagerLookup
props
- The configuration properties.TransactionManager
.HibernateException
- Indicates problem locating TransactionManager
.public java.lang.String getUserTransactionName()
TransactionManagerLookup
UserTransaction
for this platform or null;
optional operation.getUserTransactionName
in interface TransactionManagerLookup
UserTransaction
for this platform.public java.lang.Object getTransactionIdentifier(javax.transaction.Transaction transaction)
TransactionManagerLookup
getTransactionIdentifier
in interface TransactionManagerLookup
transaction
- The transaction to be identified.Copyright © 2013. All Rights Reserved.