Interface IWebAppTransactionCollaborator
- 
 public interface IWebAppTransactionCollaborator
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostInvoke(javax.servlet.http.HttpServletRequest request, java.lang.Object txConfig, boolean isServlet23)TxCollaboratorConfigpreInvoke(javax.servlet.http.HttpServletRequest request, boolean isServlet23)
 
- 
- 
- 
Method Detail- 
preInvokeTxCollaboratorConfig preInvoke(javax.servlet.http.HttpServletRequest request, boolean isServlet23) throws javax.servlet.ServletException - Throws:
- javax.servlet.ServletException
 
 - 
postInvokevoid postInvoke(javax.servlet.http.HttpServletRequest request, java.lang.Object txConfig, boolean isServlet23) throws javax.servlet.ServletException- Throws:
- javax.servlet.ServletException
 
 
- 
 
-