org.camunda.bpm.engine.impl.cmd
Class DecrementJobRetriesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DecrementJobRetriesCmd
- All Implemented Interfaces:
- Command<Object>
public class DecrementJobRetriesCmd
- extends Object
- implements Command<Object>
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobId
protected String jobId
exception
protected Throwable exception
DecrementJobRetriesCmd
public DecrementJobRetriesCmd(String jobId,
Throwable exception)
execute
public Object execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Object>
shouldDecrementRetriesFor
protected boolean shouldDecrementRetriesFor(Throwable t)
Copyright © 2014 camunda services GmbH. All rights reserved.