Adempiere 3.5.2a

org.compiere.web
Class StatusInfo

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.compiere.web.StatusInfo
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class StatusInfo
extends HttpServlet

Status Info Servlet

Version:
$Id: StatusInfo.java,v 1.3 2006/07/30 00:53:33 jjanke Exp $
Author:
Jorg Janke
See Also:
Serialized Form

Constructor Summary
StatusInfo()
           
 
Method Summary
 void destroy()
          Destroy
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Get
 void doPut(HttpServletRequest request, HttpServletResponse response)
          Put - Processes Get
 void init()
          Initialize global variables
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, 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

StatusInfo

public StatusInfo()
Method Detail

init

public void init()
          throws ServletException
Initialize global variables

Overrides:
init in class GenericServlet
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Get

Overrides:
doGet in class HttpServlet
Parameters:
request -
response -
Throws:
ServletException
IOException

doPut

public void doPut(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Put - Processes Get

Overrides:
doPut in class HttpServlet
Parameters:
request -
response -
Throws:
ServletException
IOException

destroy

public void destroy()
Destroy

Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.