org.apache.geronimo
Class AsyncServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncServlet
public AsyncServlet()
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.