Package org.camunda.bpm.engine.impl.cmd
Class JobRetryCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.JobRetryCmd
- Direct Known Subclasses:
DefaultJobRetryCmd
- Author:
- Roman Smirnov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected String
protected JobEntity
getJob()
protected void
logException
(JobEntity job) protected void
notifyAcquisition
(CommandContext commandContext) protected boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute, isRetryable
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
jobId
-
exception
-
-
Constructor Details
-
JobRetryCmd
-
-
Method Details
-
getJob
-
logException
-
decrementRetries
-
getExceptionStacktrace
-
shouldDecrementRetriesFor
-
notifyAcquisition
-