|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.scheduled.ScheduledPersistedActionServiceImpl.ScheduledJobWrapper
public static class ScheduledPersistedActionServiceImpl.ScheduledJobWrapper
The thing that Quartz runs when the schedule fires. Handles fetching the action, and having it run asynchronously
Constructor Summary | |
---|---|
ScheduledPersistedActionServiceImpl.ScheduledJobWrapper()
|
Method Summary | |
---|---|
void |
execute(org.quartz.JobExecutionContext jobContext)
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduledPersistedActionServiceImpl.ScheduledJobWrapper()
Method Detail |
---|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
public void execute(org.quartz.JobExecutionContext jobContext)
execute
in interface org.quartz.Job
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |