public class GenericTransactionManagerLookup extends Object implements TransactionManagerLookup
TransactionManagerLookup implementation that attempts to locate a TransactionManager.
A variety of different classes and JNDI locations are tried, for servers such as:
If a transaction manager is not found, returns an RemoteTransactionManager.
| Modifier and Type | Method and Description |
|---|---|
static GenericTransactionManagerLookup |
getInstance() |
TransactionManager |
getTransactionManager()
Returns a new TransactionManager.
|
public static GenericTransactionManagerLookup getInstance()
public TransactionManager getTransactionManager()
TransactionManagerLookupgetTransactionManager in interface TransactionManagerLookupCopyright © 2022 JBoss by Red Hat. All rights reserved.