org.hibernate.transaction

Class WeblogicTransactionManagerLookup

Implemented Interfaces:
TransactionManagerLookup

public final class WeblogicTransactionManagerLookup
extends JNDITransactionManagerLookup

TransactionManager lookup strategy for WebLogic
Author:
Gavin King

Method Summary

protected String
getName()
String
getUserTransactionName()
Return the JNDI namespace of the JTA javax.transaction.UserTransaction for this platform or null; optional operation.

Methods inherited from class org.hibernate.transaction.JNDITransactionManagerLookup

getName, getTransactionIdentifier, getTransactionManager

Method Details

getName

protected String getName()
Overrides:
getName in interface JNDITransactionManagerLookup

getUserTransactionName

public String getUserTransactionName()
Return the JNDI namespace of the JTA javax.transaction.UserTransaction for this platform or null; optional operation.
Specified by:
getUserTransactionName in interface TransactionManagerLookup
Returns:
The JNDI namespace where we can locate the javax.transaction.UserTransaction for this platform.