| javax.servlet.http.HttpServlet com.jcorporate.expresso.services.asyncprocess.AsyncServlet
AsyncServlet | public class AsyncServlet extends HttpServlet (Code) | | This is a default way to initialize the async process factory. This servlet
loads the factory in memory when created and destroys it when the context
is destroyed.
author: Michael Rimov version: $Revision: 1.6 $ on $Date: 2004/11/17 20:48:17 $ |
Constructor Summary | |
public | AsyncServlet() Creates a new AsyncServlet object. |
Method Summary | |
public void | destroy() As per servlet specification. | public void | init(ServletConfig parm1) Initialization lifecycle event. |
AsyncServlet | public AsyncServlet()(Code) | | Creates a new AsyncServlet object.
|
destroy | public void destroy()(Code) | | As per servlet specification.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|