@Component(value="blMasterDeployHeartBeatWorker") @Scope(value="prototype") @Lazy public class MasterDeployHeartBeatWorkerImpl extends AbstractConsumerWorker implements ScheduledDeployManagerAware
ScheduledJob
instances and will manage the local Quartz configuration
accordingly.Modifier and Type | Field and Description |
---|---|
protected ScheduledDeployManager |
deployManager |
protected IncognitoEnvironmentDetector |
detector |
protected DatabaseSystemEventDao |
systemEventDao |
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
Constructor and Description |
---|
MasterDeployHeartBeatWorkerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
init() |
void |
setScheduledDeployManager(ScheduledDeployManager scheduledDeployManager) |
populateSystemEvents
protected ScheduledDeployManager deployManager
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected org.springframework.transaction.PlatformTransactionManager transactionManager
protected DatabaseSystemEventDao systemEventDao
protected IncognitoEnvironmentDetector detector
@PostConstruct public void init()
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
execute
in interface ConsumeWorker
public void setScheduledDeployManager(ScheduledDeployManager scheduledDeployManager)
setScheduledDeployManager
in interface ScheduledDeployManagerAware
Copyright © 2017. All rights reserved.