@Repository public class LockDao extends AbstractWorkflowEngineDao
| Constructor and Description |
|---|
LockDao() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
create(String clusterName,
String owner,
Date expireTime) |
boolean |
deleteByExpireTime(String clusterName,
Date expireTime) |
boolean |
deleteByOwner(String clusterName,
String owner) |
Date |
findExpireTime(String clusterName) |
String |
findOwner(String clusterName) |
boolean |
updateExpireTime(String clusterName,
String nodeName,
Date expireTime) |
getClusterName, getCreatedOrLastUpdatedBy, getNextSequenceValue, getSchema, setDataSourcegetDataSource, getJdbcTemplate, getNamedParameterJdbcTemplateCopyright © 2018. All rights reserved.