@Service(value="blMasterIntervalJobWorker") public class MasterIntervalJobWorkerImpl extends AbstractConsumerWorker
MasterHeartBeatWorkerImpl
, job management
can result in new Quartz jobs being introduced. Those new jobs are tied to this worker for their execution.Modifier and Type | Field and Description |
---|---|
protected ScheduledJobManager |
jobManager |
protected DatabaseSystemEventDao |
systemEventDao |
protected SystemEventSender |
systemEventSender |
protected List<ScheduledJobThreadInitializer> |
threadInitializers |
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
Constructor and Description |
---|
MasterIntervalJobWorkerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
init() |
populateSystemEvents
protected ScheduledJobManager jobManager
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected org.springframework.transaction.PlatformTransactionManager transactionManager
protected DatabaseSystemEventDao systemEventDao
protected List<ScheduledJobThreadInitializer> threadInitializers
protected SystemEventSender systemEventSender
@PostConstruct public void init()
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
Copyright © 2019. All rights reserved.