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(Transaction prevTx,
EjbInvocation inv)
Use caller transaction to execute a bean method
|
protected void useClientTx(Transaction prevTx, EjbInvocation inv)
protected void postInvokeTx(EjbInvocation inv) throws Exception
ExceptionCopyright © 2019. All rights reserved.