Package org.activiti.engine.impl.cmd
Class HandleFailedJobCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.HandleFailedJobCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class HandleFailedJobCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Throwableexceptionprotected StringjobIdprotected ProcessEngineConfigurationImplprocessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description HandleFailedJobCmd(String jobId, ProcessEngineConfigurationImpl processEngineConfiguration, Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, Job job)
-
-
-
Field Detail
-
jobId
protected String jobId
-
exception
protected Throwable exception
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
HandleFailedJobCmd
public HandleFailedJobCmd(String jobId, ProcessEngineConfigurationImpl processEngineConfiguration, Throwable exception)
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, Job job)
-
-