Interface IWebAppTransactionCollaborator


  • public interface IWebAppTransactionCollaborator
    • Method Detail

      • preInvoke

        TxCollaboratorConfig preInvoke​(javax.servlet.http.HttpServletRequest request,
                                       boolean isServlet23)
                                throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
      • postInvoke

        void postInvoke​(javax.servlet.http.HttpServletRequest request,
                        java.lang.Object txConfig,
                        boolean isServlet23)
                 throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException