Package org.flowable.common.spring
Class CommonAutoDeploymentProperties
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentProperties
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommonAutoDeploymentProperties
(boolean useLock, Duration lockWaitTime, boolean throwExceptionOnDeploymentFailure) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setLockName
(String lockName) void
setLockWaitTime
(Duration lockWaitTime) void
setThrowExceptionOnDeploymentFailure
(boolean throwExceptionOnDeploymentFailure) void
setUseLock
(boolean useLock)
-
Field Details
-
useLock
protected boolean useLock -
lockWaitTime
-
throwExceptionOnDeploymentFailure
protected boolean throwExceptionOnDeploymentFailure -
lockName
-
-
Constructor Details
-
CommonAutoDeploymentProperties
public CommonAutoDeploymentProperties() -
CommonAutoDeploymentProperties
public CommonAutoDeploymentProperties(boolean useLock, Duration lockWaitTime, boolean throwExceptionOnDeploymentFailure)
-
-
Method Details
-
isUseLock
public boolean isUseLock() -
setUseLock
public void setUseLock(boolean useLock) -
getLockWaitTime
-
setLockWaitTime
-
isThrowExceptionOnDeploymentFailure
public boolean isThrowExceptionOnDeploymentFailure() -
setThrowExceptionOnDeploymentFailure
public void setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) -
getLockName
-
setLockName
-