org.camunda.bpm.engine.impl.jobexecutor
Class RepeatingFailedJobListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
All Implemented Interfaces:
TransactionListener

public class RepeatingFailedJobListener
extends Object
implements TransactionListener

Author:
Roman Smirnov

Nested Class Summary
protected  class RepeatingFailedJobListener.CreateNewTimerJobCommand
           
 
Field Summary
protected  CommandExecutor commandExecutor
           
protected  String jobId
           
 
Constructor Summary
RepeatingFailedJobListener(CommandExecutor commandExecutor, String jobId)
           
 
Method Summary
 void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandExecutor

protected CommandExecutor commandExecutor

jobId

protected String jobId
Constructor Detail

RepeatingFailedJobListener

public RepeatingFailedJobListener(CommandExecutor commandExecutor,
                                  String jobId)
Method Detail

execute

public void execute(CommandContext commandContext)
Specified by:
execute in interface TransactionListener


Copyright © 2016 camunda services GmbH. All rights reserved.