public class EJBContainerTransactionManager extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
postInvokeTx(EjbInvocation inv)
Handle transaction requirements, if any, after invoking bean method
|
protected void |
useClientTx(jakarta.transaction.Transaction prevTx,
EjbInvocation inv)
Use caller transaction to execute a bean method
|
protected void useClientTx(jakarta.transaction.Transaction prevTx,
EjbInvocation inv)
protected void postInvokeTx(EjbInvocation inv) throws Exception
ExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.