|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.compiere.web.ServerStatus
public class ServerStatus
| Constructor Summary | |
|---|---|
ServerStatus()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(HttpServletRequest arg0,
HttpServletResponse arg1)
doGet |
protected void |
doPost(HttpServletRequest arg0,
HttpServletResponse arg1)
doPost |
String |
getServletInfo()
getServletInfo |
void |
init()
init |
void |
init(ServletConfig arg0)
init |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerStatus()
| Method Detail |
|---|
protected void doGet(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
doGet in class HttpServletarg0 - arg1 -
ServletException
IOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
protected void doPost(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
doPost in class HttpServletarg0 - arg1 -
ServletException
IOExceptionHttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)public String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletServlet.getServletInfo()
public void init()
throws ServletException
init in class GenericServletServletExceptionGenericServlet.init()
public void init(ServletConfig arg0)
throws ServletException
init in interface Servletinit in class GenericServletarg0 -
ServletExceptionServlet.init(javax.servlet.ServletConfig)
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||