| Package | Description |
|---|---|
| com.sun.enterprise.transaction.api | |
| com.sun.enterprise.transaction.spi |
| 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 |
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 © 2013. All Rights Reserved.