@Service(value="blProcessKeepAliveWorker") public class ProcessKeepAliveWorkerImpl extends AbstractConsumerWorker
ProcessStatus.getLastUpdated()
time to the current
db server time for all active ProcessStatus instances.Modifier and Type | Field and Description |
---|---|
protected ProcessDao |
processDao |
protected ProcessManager |
processManager |
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
Constructor and Description |
---|
ProcessKeepAliveWorkerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
protected void |
groomInMemoryState() |
void |
init() |
protected void |
keepProcessesAlive() |
populateSystemEvents
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected org.springframework.transaction.PlatformTransactionManager transactionManager
protected ProcessDao processDao
protected ProcessManager processManager
@PostConstruct public void init()
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
protected void groomInMemoryState()
protected void keepProcessesAlive()
Copyright © 2019. All rights reserved.