public class TimerEntity extends JobEntity
Modifier and Type | Field and Description |
---|---|
protected String |
repeat |
DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, deploymentId, duedate, exceptionByteArray, exceptionByteArrayId, exceptionMessage, executionId, id, isExclusive, jobDefinitionId, jobHandlerConfiguration, jobHandlerType, lockExpirationTime, lockOwner, processDefinitionId, processDefinitionKey, processInstanceId, retries, revision, suspensionState
Modifier | Constructor and Description |
---|---|
|
TimerEntity() |
|
TimerEntity(TimerDeclarationImpl timerDeclaration) |
protected |
TimerEntity(TimerEntity te) |
Modifier and Type | Method and Description |
---|---|
Date |
calculateRepeat() |
void |
createNewTimerJob(Date dueDate) |
protected RepeatingFailedJobListener |
createRepeatingFailedJobListener(CommandExecutor commandExecutor) |
void |
execute(CommandContext commandContext) |
String |
getRepeat() |
void |
setRepeat(String repeat) |
String |
toString() |
createFailedJobIncident, delete, delete, getDeploymentId, getDuedate, getExceptionByteArrayId, getExceptionMessage, getExceptionStacktrace, getExecutionId, getId, getJobDefinitionId, getJobHandler, getJobHandlerConfiguration, getJobHandlerType, getLockExpirationTime, getLockOwner, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getSuspensionState, insert, isExclusive, isInInconsistentLockState, isSuspended, removeFailedJobIncident, resetLock, setDeploymentId, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setId, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setRetries, setRetriesFromPersistence, setRevision, setSuspensionState
protected String repeat
public TimerEntity()
public TimerEntity(TimerDeclarationImpl timerDeclaration)
protected TimerEntity(TimerEntity te)
public void execute(CommandContext commandContext)
protected RepeatingFailedJobListener createRepeatingFailedJobListener(CommandExecutor commandExecutor)
public void createNewTimerJob(Date dueDate)
public Date calculateRepeat()
public String getRepeat()
public void setRepeat(String repeat)
Copyright © 2015. All rights reserved.