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 Detail

      • setScheduler

        void setScheduler​(org.quartz.Scheduler scheduler)
        Provides a reference to the scheduler.
        Parameters:
        scheduler - the scheduler