Class RepeatingFailedJobListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
-
- All Implemented Interfaces:
TransactionListener
public class RepeatingFailedJobListener extends java.lang.Object implements TransactionListener
- Author:
- Roman Smirnov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
RepeatingFailedJobListener.CreateNewTimerJobCommand
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutor
commandExecutor
protected java.lang.String
jobId
-
Constructor Summary
Constructors Constructor Description RepeatingFailedJobListener(CommandExecutor commandExecutor, java.lang.String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(CommandContext commandContext)
-
-
-
Field Detail
-
commandExecutor
protected CommandExecutor commandExecutor
-
jobId
protected java.lang.String jobId
-
-
Constructor Detail
-
RepeatingFailedJobListener
public RepeatingFailedJobListener(CommandExecutor commandExecutor, java.lang.String jobId)
-
-
Method Detail
-
execute
public void execute(CommandContext commandContext)
- Specified by:
execute
in interfaceTransactionListener
-
-