Package org.activiti.engine.impl.cmd
Class HandleFailedJobCmd
java.lang.Object
org.activiti.engine.impl.cmd.HandleFailedJobCmd
- All Implemented Interfaces:
Serializable,Command<Object>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Throwableprotected Stringprotected ProcessEngineConfigurationImpl -
Constructor Summary
ConstructorsConstructorDescriptionHandleFailedJobCmd(String jobId, ProcessEngineConfigurationImpl processEngineConfiguration, Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidexecuteInternal(CommandContext commandContext, Job job)
-
Field Details
-
jobId
-
exception
-
processEngineConfiguration
-
-
Constructor Details
-
HandleFailedJobCmd
public HandleFailedJobCmd(String jobId, ProcessEngineConfigurationImpl processEngineConfiguration, Throwable exception)
-
-
Method Details