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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Stringprotected JobEntitygetJob()protected voidlogException(JobEntity job) protected voidnotifyAcquisition(CommandContext commandContext) protected booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-