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

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

public class FoxJobRetryCmd
extends Object
implements Command<Object>


Field Summary
protected  Throwable exception
           
protected  String jobId
           
 
Constructor Summary
FoxJobRetryCmd(String jobId, Throwable exception)
           
 
Method Summary
 Object execute(CommandContext commandContext)
           
protected  boolean shouldDecrementRetriesFor(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

protected String jobId

exception

protected Throwable exception
Constructor Detail

FoxJobRetryCmd

public FoxJobRetryCmd(String jobId,
                      Throwable exception)
Method Detail

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.