Interface IWebAppTransactionCollaborator
public interface IWebAppTransactionCollaborator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvoke
(javax.servlet.http.HttpServletRequest request, Object txConfig, boolean isServlet23) preInvoke
(javax.servlet.http.HttpServletRequest request, boolean isServlet23)
-
Method Details
-
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, Object txConfig, boolean isServlet23) throws javax.servlet.ServletException - Throws:
javax.servlet.ServletException
-