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

All Implemented Interfaces:
    TransactionManagerLookup

TransactionManagerLookup strategy for WebSphere (versions 4, 5.0 and 5.1)
Constructor:
 public WebSphereTransactionManagerLookup() 
Method from org.hibernate.transaction.WebSphereTransactionManagerLookup Summary:
getTransactionIdentifier,   getTransactionManager,   getUserTransactionName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.transaction.WebSphereTransactionManagerLookup Detail:
 public Object getTransactionIdentifier(Transaction transaction) 
    {@inheritDoc}
 public TransactionManager getTransactionManager(Properties props) throws HibernateException 
    {@inheritDoc}
 public String getUserTransactionName() 
    {@inheritDoc}