public class TransactionManager extends Object
| Constructor and Description |
|---|
TransactionManager() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionManager |
transactionManager()
Retrieve the singleton transaction manager reference.
|
static TransactionManager |
transactionManager(InitialContext ctx)
Retrieve a reference to the transaction manager from the passed in JNDI initial context.
|
public static TransactionManager transactionManager(InitialContext ctx)
ctx - The JNDI initial context to lookup the Transaction Manager reference from.public static TransactionManager transactionManager()
Copyright © 2021 JBoss by Red Hat. All rights reserved.