java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.hack23.cia.service.impl.task.AbstractJob
com.hack23.cia.service.impl.task.AgentJob
All Implemented Interfaces:
java.io.Serializable, org.quartz.Job

public final class AgentJob extends AbstractJob
The Class AgentJob.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    executeInternal(org.quartz.JobExecutionContext jobContext)
     

    Methods inherited from class com.hack23.cia.service.impl.task.AbstractJob

    getJobContextHolder

    Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AgentJob

      public AgentJob()
  • Method Details

    • executeInternal

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