org.camunda.bpm.engine.impl.cmd
Class FoxJobRetryCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
- All Implemented Interfaces:
- Command<Object>
public class FoxJobRetryCmd
- extends Object
- implements Command<Object>
| 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
FoxJobRetryCmd
public FoxJobRetryCmd(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.