org.datanucleus.jta
Class JOTMTransactionManagerLocator

java.lang.Object
  extended by org.datanucleus.jta.FactoryBasedTransactionManagerLocator
      extended by org.datanucleus.jta.JOTMTransactionManagerLocator
All Implemented Interfaces:
TransactionManagerLocator

public class JOTMTransactionManagerLocator
extends FactoryBasedTransactionManagerLocator

Locator for the TransactionManager for JOTM.


Field Summary
 
Fields inherited from class org.datanucleus.jta.FactoryBasedTransactionManagerLocator
LOCALISER
 
Constructor Summary
JOTMTransactionManagerLocator(NucleusContext nucleusCtx)
          Constructor.
 
Method Summary
protected  Class getFactoryClass(ClassLoaderResolver clr)
          Accessor for the factory class to use for this locator.
 
Methods inherited from class org.datanucleus.jta.FactoryBasedTransactionManagerLocator
getTransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOTMTransactionManagerLocator

public JOTMTransactionManagerLocator(NucleusContext nucleusCtx)
Constructor.

Parameters:
nucleusCtx - the context this locator operates in
Method Detail

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.