程序包 cn.benma666.job

接口 JobInterface


public interface JobInterface
作业接口
date: 2017年7月9日
版本:
0.1
作者:
jingma
  • 方法详细资料

    • execute

      void execute()
      作业执行方法
    • getDefaultConfigInfo

      String getDefaultConfigInfo()
      获取默认配置信息
      返回:
      默认配置的json字符串
    • debug

      void debug(String msg)
    • info

      void info(String msg)
    • error

      void error(String msg)
    • debug

      void debug(String msg, Throwable t)
    • info

      void info(String msg, Throwable t)
    • error

      void error(String msg, Throwable t)
    • isStopped

      boolean isStopped()