| Package | Description |
|---|---|
| de.hybris.platform.cronjob.jalo |
| Modifier and Type | Method and Description |
|---|---|
static CronJob.CronJobThreadSettings |
CronJob.getCronJobThreadSettings()
Returns thread settings for currently executing cronjob.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CronJob.activateCronJobThreadSettings(CronJob.CronJobThreadSettings settings)
Activates cronjob thread settings for the current thread.Use this to copy thread settings to another thread in
case your cronjob starts multiple threads.
|
static void |
CronJob.unsetCronJobThreadSettings(CronJob.CronJobThreadSettings settings)
Deactivates cronjob thread settings for the current thread.
|
Copyright © 2018 SAP SE. All Rights Reserved.