@Service @Transactional(value="herdTransactionManager") public class SystemJobServiceImpl extends Object implements SystemJobService
| Constructor and Description |
|---|
SystemJobServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SystemJobRunResponse |
runSystemJob(SystemJobRunRequest request)
Starts a system job asynchronously.
|
public SystemJobRunResponse runSystemJob(SystemJobRunRequest request) throws org.quartz.SchedulerException
SystemJobServicerunSystemJob in interface SystemJobServicerequest - the information needed to run the system joborg.quartz.SchedulerException - if fails to schedule the system jobCopyright © 2019. All rights reserved.