Package quadbase.scheduler
Class ScheduleLog
java.lang.Object
quadbase.scheduler.ScheduleLog
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector<FailedScheduledJob> 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.
-
Field Details
-
SCHEDULE_LOG
-
-
Constructor Details
-
ScheduleLog
public ScheduleLog()
-
-
Method Details
-
getFailedScheduledJob
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
-