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
The Class AgentJob.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteInternal(org.quartz.JobExecutionContext jobContext) Methods inherited from class com.hack23.cia.service.impl.task.AbstractJob
getJobContextHolderMethods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
executeMethods 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:
executeInternalin classorg.springframework.scheduling.quartz.QuartzJobBean- Throws:
org.quartz.JobExecutionException
-