Package org.quartz

Examples of org.quartz.SchedulerMetaData.numJobsExecuted()


      sched.shutdown(true);

      getLog().info("------- Shutdown Complete -----------------");

      SchedulerMetaData metaData = sched.getMetaData();
      getLog().info("Executed " + metaData.numJobsExecuted() + " jobs.");

    } catch (Exception e) {
      System.out.print("\n\nMensagem " + e.getMessage() + "\n\n");
      e.printStackTrace();
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.