|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.JBossTransactionManagerLookup
public final class JBossTransactionManagerLookup
A TransactionManagerLookup
lookup strategy for JBoss AS.
Constructor Summary | |
---|---|
JBossTransactionManagerLookup()
|
Method Summary | |
---|---|
protected java.lang.String |
getName()
Get the JNDI namespace under wich we can locate the TransactionManager . |
java.lang.String |
getUserTransactionName()
Return the JNDI namespace of the JTA UserTransaction for this platform or null;
optional operation. |
Methods inherited from class org.hibernate.transaction.JNDITransactionManagerLookup |
---|
getTransactionIdentifier, getTransactionManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossTransactionManagerLookup()
Method Detail |
---|
protected java.lang.String getName()
JNDITransactionManagerLookup
TransactionManager
.
getName
in class JNDITransactionManagerLookup
TransactionManager
JNDI namespacepublic java.lang.String getUserTransactionName()
TransactionManagerLookup
UserTransaction
for this platform or null;
optional operation.
UserTransaction
for this platform.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |