org.camunda.bpm.engine.impl.cmd
Class SetJobRetriesCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class SetJobRetriesCmd
extends Object
implements Command<Void>, Serializable

Author:
Falko Menge
See Also:
Serialized Form

Constructor Summary
SetJobRetriesCmd(String jobId, int retries)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetJobRetriesCmd

public SetJobRetriesCmd(String jobId,
                        int retries)
Method Detail

execute

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.