org.hibernate.transaction
Class OrionTransactionManagerLookup
java.lang.Object
   org.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.JNDITransactionManagerLookup
       org.hibernate.transaction.OrionTransactionManagerLookup
org.hibernate.transaction.OrionTransactionManagerLookup
- All Implemented Interfaces: 
- TransactionManagerLookup
- public class OrionTransactionManagerLookup 
- extends JNDITransactionManagerLookup
TransactionManagerLookup strategy for Orion
- Author:
- Gavin King
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OrionTransactionManagerLookup
public OrionTransactionManagerLookup()
getName
protected String getName()
- Get the JNDI namespace under wich we can locate the TransactionManager.
 
- 
- Specified by:
- getNamein class- JNDITransactionManagerLookup
 
- 
- Returns:
- The TransactionManagerJNDI namespace
 
getUserTransactionName
public String getUserTransactionName()
- Return the JNDI namespace of the JTA
 UserTransactionfor this platform or null;
 optional operation.
 
- 
- Returns:
- The JNDI namespace where we can locate the
 UserTransactionfor this platform.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.