Class FailedJobListener
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
- Author:
- Frederik Heremans, Bernd Ruecker
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutor
protected int
protected JobFailureCollector
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionFailedJobListener
(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)
-
Field Details
-
commandExecutor
-
jobFailureCollector
-
countRetries
protected int countRetries -
totalRetries
protected int totalRetries
-
-
Constructor Details
-
FailedJobListener
-
-
Method Details