org.hibernate.transaction
Class SunONETransactionManagerLookup
java.lang.Object
org.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.SunONETransactionManagerLookup
- All Implemented Interfaces:
- TransactionManagerLookup
public class SunONETransactionManagerLookup
- extends JNDITransactionManagerLookup
TransactionManager lookup strategy for Sun ONE Application Server 7 and above
- Author:
- Robert Davidson, Sanjeev Krishnan, Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunONETransactionManagerLookup
public SunONETransactionManagerLookup()
getName
protected String getName()
- Specified by:
getName
in class JNDITransactionManagerLookup
getUserTransactionName
public String getUserTransactionName()
- Description copied from interface:
TransactionManagerLookup
- Return the JNDI name of the JTA UserTransaction
or null (optional operation).