Class WebSphereTransactionManagerLocator
java.lang.Object
org.datanucleus.transaction.jta.FactoryBasedTransactionManagerLocator
org.datanucleus.transaction.jta.WebSphereTransactionManagerLocator
- All Implemented Interfaces:
TransactionManagerLocator
Locator for the TransactionManager for IBM WebsFear 4 and 5.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ClassMethod to return the factory class for this locatorMethods inherited from class FactoryBasedTransactionManagerLocator
getTransactionManager
-
Field Details
-
factoryClass
Class factoryClass
-
-
Constructor Details
-
WebSphereTransactionManagerLocator
Constructor.- Parameters:
nucleusCtx- the context this locator operates in
-
-
Method Details
-
getFactoryClass
Method to return the factory class for this locator- Specified by:
getFactoryClassin classFactoryBasedTransactionManagerLocator- Parameters:
clr- ClassLoader resolver- Returns:
- The class to use (if present)
-