Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » transaction » [javadoc | source]
org.hibernate.transaction
abstract public class: JNDITransactionManagerLookup [javadoc | source]
java.lang.Object
   org.hibernate.transaction.JNDITransactionManagerLookup

All Implemented Interfaces:
    TransactionManagerLookup

Direct Known Subclasses:
    ResinTransactionManagerLookup, JBossTransactionManagerLookup, SunONETransactionManagerLookup, WeblogicTransactionManagerLookup, OC4JTransactionManagerLookup, BESTransactionManagerLookup, JRun4TransactionManagerLookup, OrionTransactionManagerLookup

Template implementation of TransactionManagerLookup where the underlying TransactionManager is available via JNDI lookup at the specified location - #getName .
Method from org.hibernate.transaction.JNDITransactionManagerLookup Summary:
getName,   getTransactionIdentifier,   getTransactionManager
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.transaction.JNDITransactionManagerLookup Detail:
 abstract protected String getName()
 public Object getTransactionIdentifier(Transaction transaction) 
    {@inheritDoc}
 public TransactionManager getTransactionManager(Properties props) throws HibernateException 
    {@inheritDoc}