|
Adempiere 3.4.0s | |||||||||
| 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.AdempiereMonitor
public class AdempiereMonitor
Adempiere Server Monitor
| Constructor Summary | |
|---|---|
AdempiereMonitor()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy |
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Get |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Post |
String |
getServletInfo()
Get Servlet Info |
String |
getServletName()
Get Servlet Name |
void |
init(ServletConfig config)
Init |
void |
log(String message)
Log debug |
void |
log(String message,
Throwable e)
Log error/warning |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdempiereMonitor()
| Method Detail |
|---|
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doGet in class HttpServletrequest - requestresponse - response
ServletException
IOException
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doPost in class HttpServletrequest - requestresponse - response
ServletException
IOException
public void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class GenericServletconfig - config
ServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServlet
public void log(String message,
Throwable e)
log in class GenericServletmessage - messagee - exceptionpublic void log(String message)
log in class GenericServletmessage - messagepublic String getServletName()
getServletName in interface ServletConfiggetServletName in class GenericServletpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServlet
|
Adempiere 3.4.0s | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||