org.apache.geronimo
Class BlockingServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.geronimo.BlockingServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class BlockingServlet
- extends HttpServlet
Servlet implementation class for Servlet: AsyncServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockingServlet
public BlockingServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Process the given Comet event.
- Overrides:
doGet
in class HttpServlet
- Parameters:
event
- The Comet event that will be processed
- Throws:
IOException
ServletException
generateRandomParams
protected Integer[] generateRandomParams()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.