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, tenantIdid, isDeleted, isInserted, isUpdated, revisionDEFAULT_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()
Returns a representation of the object, as would be stored in the database.
|
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, setTenantIdgetId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndDate, getExceptionByteArrayRef, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getRepeat, isExclusive, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setTenantIdgetDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantIdgetId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String lockOwner
protected Date lockExpirationTime
public Object getPersistentState()
EntitygetPersistentState in interface EntitygetPersistentState in class AbstractJobEntityImplpublic String getLockOwner()
getLockOwner in interface TimerJobEntitypublic void setLockOwner(String claimedBy)
setLockOwner in interface TimerJobEntitypublic Date getLockExpirationTime()
getLockExpirationTime in interface TimerJobEntitypublic void setLockExpirationTime(Date claimedUntil)
setLockExpirationTime in interface TimerJobEntitypublic String toString()
toString in class AbstractJobEntityImplCopyright © 2010–2018 Alfresco. All rights reserved.