org.datanucleus.jta
Class JOTMTransactionManagerLocator
java.lang.Object
org.datanucleus.jta.FactoryBasedTransactionManagerLocator
org.datanucleus.jta.JOTMTransactionManagerLocator
- All Implemented Interfaces:
- TransactionManagerLocator
public class JOTMTransactionManagerLocator
- extends FactoryBasedTransactionManagerLocator
Locator for the TransactionManager for JOTM.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOTMTransactionManagerLocator
public JOTMTransactionManagerLocator(NucleusContext nucleusCtx)
- Constructor.
- Parameters:
nucleusCtx - the context this locator operates in
getFactoryClass
protected Class getFactoryClass(ClassLoaderResolver clr)
- Accessor for the factory class to use for this locator.
- Specified by:
getFactoryClass in class FactoryBasedTransactionManagerLocator
- Parameters:
clr - ClassLoader resolver
- Returns:
- The class
Copyright © 2012. All Rights Reserved.