public abstract class JNDIBasedTransactionManagerLocator extends Object implements TransactionManagerLocator
Constructor and Description |
---|
JNDIBasedTransactionManagerLocator() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getJNDIName()
Accessor for the JNDI name to use.
|
TransactionManager |
getTransactionManager(ClassLoaderResolver clr)
Method to return the TransactionManager looking it up using JNDI.
|
public abstract String getJNDIName()
public TransactionManager getTransactionManager(ClassLoaderResolver clr)
getTransactionManager
in interface TransactionManagerLocator
clr
- ClassLoader ResolverCopyright © 2019. All rights reserved.