Class ScheduledJob

    • Constructor Detail

      • ScheduledJob

        public ScheduledJob()
    • Method Detail

      • executeInternal

        protected void executeInternal​(org.quartz.JobExecutionContext context)
                                throws org.quartz.JobExecutionException
        Specified by:
        executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
        Throws:
        org.quartz.JobExecutionException
      • process

        protected abstract void process​(org.quartz.JobExecutionContext context)
                                 throws org.quartz.JobExecutionException
        Throws:
        org.quartz.JobExecutionException
      • getClazz

        protected abstract Class<? extends org.quartz.Job> getClazz()
      • createJobDetails

        public org.quartz.JobDetail createJobDetails()
      • getJobDataMap

        protected org.quartz.JobDataMap getJobDataMap()
      • getJobConfigurationName

        public String getJobConfigurationName()
      • getJobName

        public String getJobName()
      • getJobGroup

        public String getJobGroup()
      • getTriggerName

        public String getTriggerName()
      • getJobDescription

        public String getJobDescription()
      • getCronExpression

        public String getCronExpression()
      • isTriggerAtStartup

        public boolean isTriggerAtStartup()
      • isStartUpDelay

        public boolean isStartUpDelay()
      • createTrigger

        public org.quartz.Trigger createTrigger​(org.quartz.JobKey jobKey)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isModified

        public boolean isModified()
      • setModified

        public void setModified​(boolean modified)
      • getStartUpDelay

        public org.joda.time.DateTime getStartUpDelay()
      • setStartUpDelay

        public void setStartUpDelay​(org.joda.time.DateTime startUpDelay)
      • getEventBus

        protected EventBus getEventBus()
      • submitEvent

        protected void submitEvent​(Event event)