Uses of Class
de.hybris.platform.cronjob.jalo.CronJob.CronJobThreadSettings
-
Packages that use CronJob.CronJobThreadSettings Package Description de.hybris.platform.cronjob.jalo -
-
Uses of CronJob.CronJobThreadSettings in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return CronJob.CronJobThreadSettings Modifier and Type Method Description static CronJob.CronJobThreadSettingsCronJob. getCronJobThreadSettings()Returns thread settings for currently executing cronjob.Methods in de.hybris.platform.cronjob.jalo with parameters of type CronJob.CronJobThreadSettings Modifier and Type Method Description static voidCronJob. 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 voidCronJob. unsetCronJobThreadSettings(CronJob.CronJobThreadSettings settings)Deactivates cronjob thread settings for the current thread.
-