Interface IWebAppTransactionCollaborator
public interface IWebAppTransactionCollaborator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvoke
(jakarta.servlet.http.HttpServletRequest request, Object txConfig, boolean isServlet23) preInvoke
(jakarta.servlet.http.HttpServletRequest request, boolean isServlet23)
-
Method Details
-
preInvoke
TxCollaboratorConfig preInvoke(jakarta.servlet.http.HttpServletRequest request, boolean isServlet23) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-
postInvoke
void postInvoke(jakarta.servlet.http.HttpServletRequest request, Object txConfig, boolean isServlet23) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-