@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 |
static String |
NODENAME |
protected DatabaseSystemEventDao |
systemEventDao |
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
Constructor and Description |
---|
MasterDeployHeartBeatWorkerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
setScheduledDeployManager(ScheduledDeployManager scheduledDeployManager) |
populateSystemEvents
public static final String NODENAME
protected ScheduledDeployManager deployManager
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected DatabaseSystemEventDao systemEventDao
protected IncognitoEnvironmentDetector detector
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
execute
in interface ConsumeWorker
public void setScheduledDeployManager(ScheduledDeployManager scheduledDeployManager)
setScheduledDeployManager
in interface ScheduledDeployManagerAware
Copyright © 2019. All rights reserved.