Package com.hack23.cia.service.impl.task
Class UpdateRuleViolationsJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.hack23.cia.service.impl.task.AbstractJob
com.hack23.cia.service.impl.task.UpdateRuleViolationsJob
- All Implemented Interfaces:
 Serializable,org.quartz.Job
The Class RefreshViewsJob.
- 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
execute 
- 
Constructor Details
- 
UpdateRuleViolationsJob
public UpdateRuleViolationsJob() 
 - 
 - 
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
 
 -