Package org.alfresco.repo.scheduler
-
Interface Summary Interface Description SchedulerAware An interface used by theAlfrescoSchedulerFactoryin order to initialise a Quartz job store with a reference to its scheduler. -
Class Summary Class Description AlfrescoJobFactory A special Job Factory that is based on the usualSpringBeanJobFactory, but also handlesApplicationContextAwarejob beans.AlfrescoSchedulerFactory A special Scheduler Factory that provides a Scheduler reference to JobStores implementing theSchedulerAwareinterface.