Package org.alfresco.repo.scheduler
Interface SchedulerAware
-
public interface SchedulerAwareAn interface used by theAlfrescoSchedulerFactoryin 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetScheduler(org.quartz.Scheduler scheduler)Provides a reference to the scheduler.
-