| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseContainer.validateEMForClientTx(EjbInvocation inv,
JavaEETransaction t) |
protected void |
StatefulSessionContainer.validateEMForClientTx(EjbInvocation inv,
JavaEETransaction clientJ2EETx) |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalEntityManagerWrapper |
EntityManagerWrapper.getExtendedEntityManager(JavaEETransaction transaction,
javax.persistence.EntityManagerFactory factory) |
static PhysicalEntityManagerWrapper |
EntityManagerWrapper.getTxEntityManager(JavaEETransaction transaction,
javax.persistence.EntityManagerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
JavaEETransaction |
ConnectorXAResource.getAssociatedTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PoolTxHelper.isNonXAResourceAndFree(JavaEETransaction tran,
ResourceHandle resource)
Check whether the resource is non-xa, free and is enlisted in transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEETransactionImpl
This class implements the JTA Transaction API for the J2EE RI.
|
| Modifier and Type | Method and Description |
|---|---|
JavaEETransaction |
JavaEETransactionManagerSimplified.createImportedTransaction(TransactionInternal jtsTx) |
JavaEETransaction |
JavaEETransactionManagerSimplified.getCurrentTransaction() |
JavaEETransaction |
JavaEETransactionManagerSimplifiedDelegate.getJavaEETransaction(Transaction t) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEETransactionManagerSimplified.setCurrentTransaction(JavaEETransaction t) |
void |
JavaEETransactionManagerSimplified.startJTSTx(JavaEETransaction t) |
TransactionInternal |
JavaEETransactionManagerSimplifiedDelegate.startJTSTx(JavaEETransaction t,
boolean isAssociatedTimeout) |
Transaction |
JavaEETransactionManagerSimplifiedDelegate.suspend(JavaEETransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
JavaEETransaction |
JavaEETransactionManager.getCurrentTransaction()
Return JavaEETransaction instance associated with the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEETransactionManager.setCurrentTransaction(JavaEETransaction tx)
Update JavaEETransaction associated with the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
JavaEETransaction |
JavaEETransactionManagerJTSDelegate.getJavaEETransaction(Transaction t) |
| Modifier and Type | Method and Description |
|---|---|
TransactionInternal |
JavaEETransactionManagerJTSDelegate.startJTSTx(JavaEETransaction tran,
boolean isAssociatedTimeout) |
Transaction |
JavaEETransactionManagerJTSDelegate.suspend(JavaEETransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
JavaEETransaction |
JavaEETransactionManagerDelegate.getJavaEETransaction(Transaction t)
Get local transaction object that corresponds to this transaction instance.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionInternal |
JavaEETransactionManagerDelegate.startJTSTx(JavaEETransaction t,
boolean isAssociatedTimeout)
Start new JTS transaction for the existing local transaction object.
|
Transaction |
JavaEETransactionManagerDelegate.suspend(JavaEETransaction tx)
Perform implementation specific steps to suspend a JavaEETransaction.
|
Copyright © 2019. All rights reserved.