Class ScriptJob
Object
ScriptJob
- All Implemented Interfaces:
Job
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(JobExecutionContext context) voidsetConfigService(ConfigService configService) voidsetJobService(ScriptJobService jobService) voidsetScheduleService(ScheduleService scheduleService)
-
Constructor Details
-
ScriptJob
public ScriptJob()
-
-
Method Details
-
setJobService
-
setConfigService
-
setScheduleService
-
execute
public void execute(JobExecutionContext context) throws JobExecutionException - Specified by:
executein interfaceJob- Throws:
JobExecutionException
-