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 CommandExecutorprotected intprotected JobFailureCollectorprotected int -
Constructor Summary
ConstructorsConstructorDescriptionFailedJobListener(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidintvoidprotected booleanisJobReacquired(CommandContext commandContext) protected voidlogJobFailure(CommandContext commandContext)
-
Field Details
-
commandExecutor
-
jobFailureCollector
-
countRetries
protected int countRetries -
totalRetries
protected int totalRetries
-
-
Constructor Details
-
FailedJobListener
-
-
Method Details