Class JobRetryCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.JobRetryCmd
All Implemented Interfaces:
Command<Object>
Direct Known Subclasses:
DefaultJobRetryCmd

public abstract class JobRetryCmd extends Object implements Command<Object>
Author:
Roman Smirnov
  • Field Details

  • Constructor Details

  • Method Details

    • getJob

      protected JobEntity getJob()
    • logException

      protected void logException(JobEntity job)
    • decrementRetries

      protected void decrementRetries(JobEntity job)
    • getExceptionStacktrace

      protected String getExceptionStacktrace()
    • shouldDecrementRetriesFor

      protected boolean shouldDecrementRetriesFor(Throwable t)
    • notifyAcquisition

      protected void notifyAcquisition(CommandContext commandContext)