org.datanucleus.jta
Class WebSphereTransactionManagerLocator

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

public class WebSphereTransactionManagerLocator
extends FactoryBasedTransactionManagerLocator

Locator for the TransactionManager for IBM WebsFear 4 and 5.


Field Summary
 
Fields inherited from class org.datanucleus.jta.FactoryBasedTransactionManagerLocator
LOCALISER
 
Constructor Summary
WebSphereTransactionManagerLocator(NucleusContext nucleusCtx)
          Constructor.
 
Method Summary
protected  Class getFactoryClass(ClassLoaderResolver clr)
          Method to return the factory class 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

WebSphereTransactionManagerLocator

public WebSphereTransactionManagerLocator(NucleusContext nucleusCtx)
Constructor.

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

getFactoryClass

protected Class getFactoryClass(ClassLoaderResolver clr)
Method to return the factory class for this locator

Specified by:
getFactoryClass in class FactoryBasedTransactionManagerLocator
Parameters:
clr - ClassLoader resolver
Returns:
The class to use (if present)


Copyright © 2012. All Rights Reserved.