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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.JobRetryCmd
      extended by org.camunda.bpm.engine.impl.cmd.DecrementJobRetriesCmd
All Implemented Interfaces:
Command<Object>

public class DecrementJobRetriesCmd
extends JobRetryCmd

Author:
Tom Baeyens, Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
exception, jobId, serialVersionUID
 
Constructor Summary
DecrementJobRetriesCmd(String jobId, Throwable exception)
           
 
Method Summary
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
decrementRetries, getExceptionStacktrace, getJob, logException, notifyAcquisition, shouldDecrementRetriesFor, unlockJob
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecrementJobRetriesCmd

public DecrementJobRetriesCmd(String jobId,
                              Throwable exception)
Method Detail

execute

public Object execute(CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.