public class GravityWebLogicServlet extends weblogic.servlet.http.AbstractAsyncServlet
<servlet>
<servlet-name>GravityServlet</servlet-name>
<servlet-class>org.granite.gravity.weblogic.GravityWebLogicServlet</servlet-class>
(optional parameter, default is 40,000 milliseconds)
<init-param>
<param-name>scavangeInterval</param-name>
<param-value>40000</param-value>
</init-param>
</servlet>
| Constructor and Description |
|---|
GravityWebLogicServlet() |
| Modifier and Type | Method and Description |
|---|---|
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) |
notify, setScavangeInterval, setTimeoutdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic GravityWebLogicServlet()
public void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionprotected boolean doRequest(weblogic.servlet.http.RequestResponseKey key) throws IOException, ServletException
doRequest in class weblogic.servlet.http.AbstractAsyncServletIOExceptionServletExceptionprotected void doResponse(weblogic.servlet.http.RequestResponseKey key, Object context) throws IOException, ServletException
doResponse in class weblogic.servlet.http.AbstractAsyncServletIOExceptionServletExceptionprotected void doTimeout(weblogic.servlet.http.RequestResponseKey key) throws IOException, ServletException
doTimeout in class weblogic.servlet.http.AbstractAsyncServletIOExceptionServletException