Class 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.ApplicationContextAware
    The thing that Quartz runs when the schedule fires. Handles fetching the action, and having it run asynchronously
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • ScheduledJobWrapper

        public ScheduledJobWrapper()
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
      • execute

        public void execute​(org.quartz.JobExecutionContext jobContext)
        Specified by:
        execute in interface org.quartz.Job