Package com.sun.ejb.containers
Class EJBContainerTransactionManager
- java.lang.Object
-
- com.sun.ejb.containers.EJBContainerTransactionManager
-
public class EJBContainerTransactionManager extends Object
Container support for handling transactions- Author:
- mvatkina
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostInvokeTx(EjbInvocation inv)Handle transaction requirements, if any, after invoking bean methodprotected voiduseClientTx(jakarta.transaction.Transaction prevTx, EjbInvocation inv)Use caller transaction to execute a bean method
-
-
-
Method Detail
-
useClientTx
protected void useClientTx(jakarta.transaction.Transaction prevTx, EjbInvocation inv)Use caller transaction to execute a bean method
-
postInvokeTx
protected void postInvokeTx(EjbInvocation inv) throws Exception
Handle transaction requirements, if any, after invoking bean method- Throws:
Exception
-
-