Class EJBContainerTransactionManager


  • public class EJBContainerTransactionManager
    extends Object
    Container support for handling transactions
    Author:
    mvatkina
    • 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