org.opencrx.kernel.workflow.servlet
Class WorkflowHandlerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opencrx.kernel.workflow.servlet.WorkflowHandlerServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WorkflowHandlerServlet
- extends HttpServlet
The WorkflowHandlerServlet scans for non-executed
asynchronous workflows. Non-executed workflows are executed and
marked as executed. The workflows to be executed must implement
the interface org.opencrx.kernel.workflow.AsynchWorkflow_1_0.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowHandlerServlet
public WorkflowHandlerServlet()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
handleRequest
protected void handleRequest(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Overrides:
doPost in class HttpServlet
- Throws:
ServletException
IOException
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.