|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobExecutionContext | |
|---|---|
| com.silverpeas.scheduler | Defines a scheduling system with which Silverpeas components can schedule jobs at given moments in time and in a periodic way. |
| com.silverpeas.scheduler.quartz | Provides an implementation of the Silverpeas Scheduler API with the Quartz Scheduling system as backend. |
| com.silverpeas.scheduler.simple | Provides a simple implementation of a scheduling system. |
| org.silverpeas.file | |
| Uses of JobExecutionContext in com.silverpeas.scheduler |
|---|
| Methods in com.silverpeas.scheduler that return JobExecutionContext | |
|---|---|
static JobExecutionContext |
JobExecutionContext.createWith(String jobName,
Date fireTime)
Creates a new context for the execution of the specified job and fired at the specified time. |
JobExecutionContext |
SchedulerEvent.getJobExecutionContext()
Gets the context of a job execution. |
JobExecutionContext |
JobExecutionContext.jobFiredAt(Date date)
Sets the actual time at which the trigger fired. |
JobExecutionContext |
JobExecutionContext.jobNamed(String theJobName)
Sets the name of the job that takes part in the job execution. |
| Methods in com.silverpeas.scheduler with parameters of type JobExecutionContext | |
|---|---|
abstract void |
Job.execute(JobExecutionContext context)
Executes the job with the specified execution context. |
void |
ScheduledJob.execute(JobExecutionContext context)
Executes the job with the specified execution context. |
static SchedulerEvent |
SchedulerEvent.jobFailed(JobExecutionContext context,
Throwable throwable)
Creates a new scheduler event about a failure of a job execution. |
static SchedulerEvent |
SchedulerEvent.jobSucceeded(JobExecutionContext context)
Creates a new scheduler event about a success of a job execution. |
static SchedulerEvent |
SchedulerEvent.triggerFired(JobExecutionContext context)
Creates a new scheduler event about a trigger firing. |
| Constructors in com.silverpeas.scheduler with parameters of type JobExecutionContext | |
|---|---|
SchedulerEvent(SchedulerEvent.Type aType,
JobExecutionContext aContext)
Constructs a scheduler event. |
|
| Uses of JobExecutionContext in com.silverpeas.scheduler.quartz |
|---|
| Methods in com.silverpeas.scheduler.quartz with parameters of type JobExecutionContext | |
|---|---|
void |
QuartzSchedulerJob.execute(JobExecutionContext context)
|
| Uses of JobExecutionContext in com.silverpeas.scheduler.simple |
|---|
| Methods in com.silverpeas.scheduler.simple with parameters of type JobExecutionContext | |
|---|---|
void |
SchedulerJob.execute(JobExecutionContext context)
Deprecated. |
| Uses of JobExecutionContext in org.silverpeas.file |
|---|
| Methods in org.silverpeas.file with parameters of type JobExecutionContext | |
|---|---|
void |
ResizedImageCacheCleaner.execute(JobExecutionContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||