public class ScheduleLog
extends java.lang.Object
FailedScheduledJob
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCHEDULE_LOG |
Constructor and Description |
---|
ScheduleLog() |
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<FailedScheduledJob> |
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.
|
public static java.util.Vector<FailedScheduledJob> getFailedScheduledJob() throws java.lang.Exception
java.lang.Exception