org.datanucleus.jta
Class SunTransactionManagerLocator
java.lang.Object
org.datanucleus.jta.JNDIBasedTransactionManagerLocator
org.datanucleus.jta.SunTransactionManagerLocator
- All Implemented Interfaces:
- TransactionManagerLocator
public class SunTransactionManagerLocator
- extends JNDIBasedTransactionManagerLocator
Locator for the TransactionManager for Sun ONE.
|
Method Summary |
String |
getJNDIName()
Accessor for the JNDI name to lookup the txn manager under. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunTransactionManagerLocator
public SunTransactionManagerLocator(NucleusContext nucleusCtx)
- Constructor.
- Parameters:
nucleusCtx - the context this locator operates in
getJNDIName
public String getJNDIName()
- Accessor for the JNDI name to lookup the txn manager under.
- Specified by:
getJNDIName in class JNDIBasedTransactionManagerLocator
- Returns:
- The JNDI name
Copyright © 2012. All Rights Reserved.