类 CompositeJobExecutionListener

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidafterJob​(JobExecution jobExecution)
      Call the registered listeners in reverse order, respecting and prioritising those that implement Ordered.
      voidbeforeJob​(JobExecution jobExecution)
      Call the registered listeners in order, respecting and prioritising those that implement Ordered.
      voidregister​(JobExecutionListener jobExecutionListener)
      Register additional listener.
      voidsetListeners​(java.util.List<? extends JobExecutionListener> listeners)
      Public setter for the listeners.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait