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'.


Method Summary
 void setScheduler(org.quartz.Scheduler scheduler)
          Provides a reference to the scheduler.
 

Method Detail

setScheduler

void setScheduler(org.quartz.Scheduler scheduler)
Provides a reference to the scheduler.

Parameters:
scheduler - the scheduler


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.