org.apache.geronimo
Class AsyncServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.geronimo.AsyncServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig, org.apache.catalina.CometProcessor

public class AsyncServlet
extends HttpServlet
implements org.apache.catalina.CometProcessor

Servlet implementation class for Servlet: AsyncServlet

See Also:
Serialized Form

Constructor Summary
AsyncServlet()
           
 
Method Summary
 void destroy()
           
 void event(org.apache.catalina.CometEvent event)
          Process the given Comet event.
protected  Integer[] generateRandomParams()
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
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

AsyncServlet

public AsyncServlet()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

event

public void event(org.apache.catalina.CometEvent event)
           throws IOException,
                  ServletException
Process the given Comet event.

Specified by:
event in interface org.apache.catalina.CometProcessor
Parameters:
event - The Comet event that will be processed
Throws:
IOException
ServletException

generateRandomParams

protected Integer[] generateRandomParams()
Returns:


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.