public class CommonAutoDeploymentProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
lockName |
protected Duration |
lockWaitTime |
protected boolean |
throwExceptionOnDeploymentFailure |
protected boolean |
useLock |
| Constructor and Description |
|---|
CommonAutoDeploymentProperties() |
CommonAutoDeploymentProperties(boolean useLock,
Duration lockWaitTime,
boolean throwExceptionOnDeploymentFailure) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLockName() |
Duration |
getLockWaitTime() |
boolean |
isThrowExceptionOnDeploymentFailure() |
boolean |
isUseLock() |
void |
setLockName(String lockName) |
void |
setLockWaitTime(Duration lockWaitTime) |
void |
setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) |
void |
setUseLock(boolean useLock) |
protected boolean useLock
protected Duration lockWaitTime
protected boolean throwExceptionOnDeploymentFailure
protected String lockName
public CommonAutoDeploymentProperties()
public CommonAutoDeploymentProperties(boolean useLock,
Duration lockWaitTime,
boolean throwExceptionOnDeploymentFailure)
public boolean isUseLock()
public void setUseLock(boolean useLock)
public Duration getLockWaitTime()
public void setLockWaitTime(Duration lockWaitTime)
public boolean isThrowExceptionOnDeploymentFailure()
public void setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure)
public String getLockName()
public void setLockName(String lockName)
Copyright © 2021 Flowable. All rights reserved.