@Component(value="blKeepAliveWorker") @Scope(value="prototype") @Lazy public class KeepAliveWorkerImpl extends Object implements ConsumeWorker, DatabaseSystemEventNodeAware
RegisteredNode
. This
is part of the heartbeat detection for a node that is used to determine is a node is still active.Modifier and Type | Field and Description |
---|---|
protected DatabaseSystemEventNode |
eventNode |
protected DatabaseSystemEventDao |
systemEventDao |
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
Constructor and Description |
---|
KeepAliveWorkerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
setDatabaseSystemEventNode(DatabaseSystemEventNode node) |
protected DatabaseSystemEventNode eventNode
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected DatabaseSystemEventDao systemEventDao
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
execute
in interface ConsumeWorker
public void setDatabaseSystemEventNode(DatabaseSystemEventNode node)
setDatabaseSystemEventNode
in interface DatabaseSystemEventNodeAware
Copyright © 2019. All rights reserved.