Package org.camunda.bpm.engine.impl.cmd
Class SetJobRetriesCmd
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmd.AbstractSetJobRetriesCmd
 - 
- org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,Command<java.lang.Void>
public class SetJobRetriesCmd extends AbstractSetJobRetriesCmd implements Command<java.lang.Void>, java.io.Serializable
- Author:
 - Askar Akhmerov
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringjobDefinitionIdprotected java.lang.StringjobIdprotected intretriesprotected static longserialVersionUID- 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobRetriesCmd
RETRIES 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SetJobRetriesCmd(java.lang.String jobId, java.lang.String jobDefinitionId, int retries) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidexecute(CommandContext commandContext)protected voidsetJobRetriesByJobDefinitionId(CommandContext commandContext)- 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobRetriesCmd
getLogEntryOperation, setJobRetriesByJobId 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable 
 - 
 
 - 
 
- 
- 
Field Detail
- 
serialVersionUID
protected static final long serialVersionUID
- See Also:
 - Constant Field Values
 
 
- 
jobId
protected final java.lang.String jobId
 
- 
jobDefinitionId
protected final java.lang.String jobDefinitionId
 
- 
retries
protected final int retries
 
 - 
 
- 
Method Detail
- 
execute
public java.lang.Void execute(CommandContext commandContext)
 
- 
setJobRetriesByJobDefinitionId
protected void setJobRetriesByJobDefinitionId(CommandContext commandContext)
 
 - 
 
 -