org.granite.gravity.weblogic
Class GravityWebLogicServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by weblogic.servlet.http.AbstractAsyncServlet
              extended by org.granite.gravity.weblogic.GravityWebLogicServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig, weblogic.servlet.http.FutureResponseModel

public class GravityWebLogicServlet
extends weblogic.servlet.http.AbstractAsyncServlet

Author:
Franck WOLFF
See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogic.servlet.http.AbstractAsyncServlet
DEFAULT_SCAVANGE_INTERVAL, DEFAULT_TIMEOUT
 
Constructor Summary
GravityWebLogicServlet()
           
 
Method Summary
protected  boolean doRequest(weblogic.servlet.http.RequestResponseKey key)
           
protected  void doResponse(weblogic.servlet.http.RequestResponseKey key, Object context)
           
protected  void doTimeout(weblogic.servlet.http.RequestResponseKey key)
           
 void init(ServletConfig config)
           
 
Methods inherited from class weblogic.servlet.http.AbstractAsyncServlet
notify, setScavangeInterval, setTimeout
 
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
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

GravityWebLogicServlet

public GravityWebLogicServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

doRequest

protected boolean doRequest(weblogic.servlet.http.RequestResponseKey key)
                     throws IOException,
                            ServletException
Specified by:
doRequest in class weblogic.servlet.http.AbstractAsyncServlet
Throws:
IOException
ServletException

doResponse

protected void doResponse(weblogic.servlet.http.RequestResponseKey key,
                          Object context)
                   throws IOException,
                          ServletException
Specified by:
doResponse in class weblogic.servlet.http.AbstractAsyncServlet
Throws:
IOException
ServletException

doTimeout

protected void doTimeout(weblogic.servlet.http.RequestResponseKey key)
                  throws IOException,
                         ServletException
Specified by:
doTimeout in class weblogic.servlet.http.AbstractAsyncServlet
Throws:
IOException
ServletException