@Component public class ExecutorDao extends Object
| Constructor and Description |
|---|
ExecutorDao(SQLVariants sqlVariants,
JdbcTemplate nflowJdbcTemplate,
Environment env) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutorGroup() |
String |
getExecutorGroupCondition() |
int |
getExecutorId() |
List<WorkflowExecutor> |
getExecutors() |
org.joda.time.DateTime |
getMaxWaitUntil() |
boolean |
isAutoCommitEnabled() |
boolean |
isTransactionSupportEnabled() |
void |
markShutdown() |
boolean |
tick() |
void |
updateActiveTimestamp() |
@Inject public ExecutorDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, Environment env)
public boolean tick()
public String getExecutorGroup()
public String getExecutorGroupCondition()
public int getExecutorId()
public org.joda.time.DateTime getMaxWaitUntil()
@Transactional public boolean isTransactionSupportEnabled()
public boolean isAutoCommitEnabled()
public void updateActiveTimestamp()
public List<WorkflowExecutor> getExecutors()
public void markShutdown()
Copyright © 2014–2020 Nitor Creations. All rights reserved.