public class TimerJobEntityImpl extends AbstractJobEntityImpl implements TimerJobEntity
Modifier and Type | Field and Description |
---|---|
protected Date |
lockExpirationTime |
protected String |
lockOwner |
duedate, endDate, exceptionByteArrayRef, exceptionMessage, executionId, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, maxIterations, processDefinitionId, processInstanceId, repeat, retries, tenantId
id, isDeleted, isInserted, isUpdated, revision
DEFAULT_EXCLUSIVE, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH
Constructor and Description |
---|
TimerJobEntityImpl() |
Modifier and Type | Method and Description |
---|---|
Date |
getLockExpirationTime() |
String |
getLockOwner() |
Object |
getPersistentState() |
void |
setLockExpirationTime(Date claimedUntil) |
void |
setLockOwner(String claimedBy) |
String |
toString() |
getDuedate, getEndDate, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getExecutionId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getProcessDefinitionId, getProcessInstanceId, getRepeat, getRetries, getTenantId, getUtf8Bytes, isExclusive, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setTenantId
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEndDate, getExceptionByteArrayRef, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getRepeat, isExclusive, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setTenantId
getDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantId
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
getRevision, getRevisionNext, setRevision
protected String lockOwner
protected Date lockExpirationTime
public Object getPersistentState()
getPersistentState
in interface Entity
getPersistentState
in class AbstractJobEntityImpl
public String getLockOwner()
getLockOwner
in interface TimerJobEntity
public void setLockOwner(String claimedBy)
setLockOwner
in interface TimerJobEntity
public Date getLockExpirationTime()
getLockExpirationTime
in interface TimerJobEntity
public void setLockExpirationTime(Date claimedUntil)
setLockExpirationTime
in interface TimerJobEntity
public String toString()
toString
in class AbstractJobEntityImpl
Copyright © 2017 Flowable. All rights reserved.