Package org.alfresco.repo.scheduler
Interface SchedulerAware
public interface SchedulerAware
An interface used by the
AlfrescoSchedulerFactory in order to initialise a Quartz job store with a reference to its scheduler. This is primarily to allow the monitoring interface on the job store to allow functions such as 'execute now'.- Author:
- dward
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetScheduler(org.quartz.Scheduler scheduler) Provides a reference to the scheduler.
-
Method Details
-
setScheduler
void setScheduler(org.quartz.Scheduler scheduler) Provides a reference to the scheduler.- Parameters:
scheduler- the scheduler
-