Class ScheduledPersistedActionServiceImpl.ScheduledJobWrapper
- java.lang.Object
-
- org.alfresco.repo.action.scheduled.ScheduledPersistedActionServiceImpl.ScheduledJobWrapper
-
- All Implemented Interfaces:
org.quartz.Job,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- ScheduledPersistedActionServiceImpl
public static class ScheduledPersistedActionServiceImpl.ScheduledJobWrapper extends java.lang.Object implements org.quartz.Job, org.springframework.context.ApplicationContextAwareThe thing that Quartz runs when the schedule fires. Handles fetching the action, and having it run asynchronously
-
-
Constructor Summary
Constructors Constructor Description ScheduledJobWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext jobContext)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
execute
public void execute(org.quartz.JobExecutionContext jobContext)
- Specified by:
executein interfaceorg.quartz.Job
-
-