Class ScheduleLog

java.lang.Object
quadbase.scheduler.ScheduleLog

public class ScheduleLog extends Object
Contains static API methods to query the scheduler's log file (schedule.log). Must connect to the scheduler using ScheduleModifier.connectServer() first.
See Also:
  • Field Details

    • SCHEDULE_LOG

      public static String SCHEDULE_LOG
  • Constructor Details

    • ScheduleLog

      public ScheduleLog()
  • Method Details

    • getFailedScheduledJob

      public static Vector<FailedScheduledJob> getFailedScheduledJob() throws Exception
      Returns all the failed scheduled job information include file name, job name, export time and stack trace this method would search for Schedule.log or ERESSchedule.log and find all the failed jobs. "-log" command is required for server in order to use this feature
      Returns:
      Vector of FailedScheduledJob objects
      Throws:
      Exception