org.apache.geronimo
Class BlockingServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Constructor Summary
BlockingServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Process the given Comet event.
protected  Integer[] generateRandomParams()
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingServlet

public BlockingServlet()
Method Detail

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.