public interface RuleEngineJobExecutionSynchronizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
acquireLock(RuleEngineCronJobModel cronJob)
Performs lock acquisition of all the required resources for the given job
|
void |
releaseLock(RuleEngineCronJobModel cronJob)
Releases locks of all of the previously acquired resources for the given job
|
boolean acquireLock(RuleEngineCronJobModel cronJob)
cronJob - - cron job instancetrue in case locks have been successfully acquired, false - otherwisevoid releaseLock(RuleEngineCronJobModel cronJob)
cronJob - - cron job instanceCopyright © 2018 SAP SE. All Rights Reserved.