Package | Description |
---|---|
de.innovationgate.wgpublisher.scheduler |
Functionality around the WGA Job Manager and implementing custom Tasks.
|
Modifier and Type | Method and Description |
---|---|
Job |
Scheduler.addCustomTaskJob(java.lang.String jobName,
Task task,
boolean istransient,
JobSchedule schedule) |
Job |
JobContext.getCurrentJob()
Returns the object representing the current job
|
Job |
Scheduler.getJob(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Task.init(Job job,
de.innovationgate.wga.config.Task definition) |
void |
Job.retrieveStats(Job previousJob) |
Constructor and Description |
---|
Job.JobRunProblemOccasion(Job job,
org.quartz.JobExecutionContext quartzContext,
java.lang.String executor) |
JobContext(Job currentJob,
org.quartz.JobExecutionContext quartzContext,
WGACore wgaCore,
org.apache.log4j.Logger log)
Constructor.
|