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) Methods 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
isRetryable
-
Field Details
-
commandExecutor
-
jobFailureCollector
-
countRetries
protected int countRetries -
totalRetries
protected int totalRetries
-
-
Constructor Details
-
FailedJobListener
-
-
Method Details