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