org.hibernate.transaction
Class SunONETransactionManagerLookup

java.lang.Object
  extended by org.hibernate.transaction.JNDITransactionManagerLookup
      extended by 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

Constructor Summary
SunONETransactionManagerLookup()
           
 
Method Summary
protected  String getName()
           
 String getUserTransactionName()
          Return the JNDI name of the JTA UserTransaction or null (optional operation).
 
Methods inherited from class org.hibernate.transaction.JNDITransactionManagerLookup
getTransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunONETransactionManagerLookup

public SunONETransactionManagerLookup()
Method Detail

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).