Class FailedJobListener
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
- Author:
- Frederik Heremans, Bernd Ruecker
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandExecutor
protected int
protected JobFailureCollector
protected int
-
Constructor Summary
ConstructorDescriptionFailedJobListener
(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
int
void
protected boolean
isJobReacquired
(CommandContext commandContext) protected void
logJobFailure
(CommandContext commandContext) 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
isRetryable
-
Field Details
-
commandExecutor
-
jobFailureCollector
-
countRetries
protected int countRetries -
totalRetries
protected int totalRetries
-
-
Constructor Details
-
FailedJobListener
-
-
Method Details