public class ExecutionServlet
extends HttpServlet
OddjobExecutors
. This currenlty uses
the DefaultExecutors
that start separate threads within a
Servlet Container. This is slightly frowned upon in J2EE circles but
many containers allow it.Constructor and Description |
---|
ExecutionServlet() |
public void init(ServletConfig config) throws ServletException
ServletException
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
ServletException
IOException
public void destroy()