Package org.activiti.engine.impl.cmd
Class JobRetryCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.JobRetryCmd
-
-
Constructor Summary
Constructors Constructor Description JobRetryCmd(java.lang.String jobId, java.lang.Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.DatecalculateDueDate(CommandContext commandContext, int waitTimeInSeconds, java.util.Date oldDate)java.lang.Objectexecute(CommandContext commandContext)protected ExecutionEntityfetchExecutionEntity(CommandContext commandContext, java.lang.String executionId)protected java.lang.StringgetExceptionStacktrace()
-
-
-
Method Detail
-
execute
public java.lang.Object execute(CommandContext commandContext)
-
calculateDueDate
protected java.util.Date calculateDueDate(CommandContext commandContext, int waitTimeInSeconds, java.util.Date oldDate)
-
getExceptionStacktrace
protected java.lang.String getExceptionStacktrace()
-
fetchExecutionEntity
protected ExecutionEntity fetchExecutionEntity(CommandContext commandContext, java.lang.String executionId)
-
-