Uses of Class
de.hybris.platform.cronjob.jalo.CronJob.CronJobThreadSettings
Packages that use CronJob.CronJobThreadSettings
-
Uses of CronJob.CronJobThreadSettings in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return CronJob.CronJobThreadSettingsModifier and TypeMethodDescriptionCronJob.getCronJobThreadSettings()Returns thread settings for currently executing cronjob.Methods in de.hybris.platform.cronjob.jalo with parameters of type CronJob.CronJobThreadSettingsModifier and TypeMethodDescriptionstatic 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.