类 ProcessMonitor

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.sh.common.util.ProcessMonitor
所有已实现的接口:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class ProcessMonitor extends jakarta.servlet.http.HttpServlet
Description: 自动跑存储过程 添加过程只需要在表sys_info_pro_monitor添加即可 Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected org.apache.logging.log4j.Logger
     

    从类继承的字段 jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     
    void
     

    从类继承的方法 jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service

    从类继承的方法 jakarta.servlet.GenericServlet

    getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • log4j

      protected org.apache.logging.log4j.Logger log4j
  • 构造器详细资料

    • ProcessMonitor

      public ProcessMonitor()
  • 方法详细资料

    • init

      public void init() throws jakarta.servlet.ServletException
      覆盖:
      init 在类中 jakarta.servlet.GenericServlet
      抛出:
      jakarta.servlet.ServletException
    • destroy

      public void destroy()
      指定者:
      destroy 在接口中 jakarta.servlet.Servlet
      覆盖:
      destroy 在类中 jakarta.servlet.GenericServlet