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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener.CreateNewTimerJobCommand
All Implemented Interfaces:
Command<Void>
Enclosing class:
RepeatingFailedJobListener

protected class RepeatingFailedJobListener.CreateNewTimerJobCommand
extends Object
implements Command<Void>


Field Summary
protected  String jobId
           
 
Constructor Summary
RepeatingFailedJobListener.CreateNewTimerJobCommand(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

jobId

protected String jobId
Constructor Detail

RepeatingFailedJobListener.CreateNewTimerJobCommand

public RepeatingFailedJobListener.CreateNewTimerJobCommand(String jobId)
Method Detail

execute

public Void execute(CommandContext commandContext)
Specified by:
execute in interface Command<Void>


Copyright © 2016 camunda services GmbH. All rights reserved.