org.hibernate.transaction
Class OC4JTransactionManagerLookup

java.lang.Object
  extended byorg.hibernate.transaction.JNDITransactionManagerLookup
      extended byorg.hibernate.transaction.OC4JTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup

public class OC4JTransactionManagerLookup
extends JNDITransactionManagerLookup

TransactionManagerLookup for the OC4J (Oracle) app-server.

Author:
Stijn Janssens

Constructor Summary
OC4JTransactionManagerLookup()
           
 
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

OC4JTransactionManagerLookup

public OC4JTransactionManagerLookup()
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).