Class JobRetryCmd

java.lang.Object
org.eximeebpms.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 Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • getJob Link icon

      protected JobEntity getJob()
    • logException Link icon

      protected void logException(JobEntity job)
    • decrementRetries Link icon

      protected void decrementRetries(JobEntity job)
    • getExceptionStacktrace Link icon

      protected String getExceptionStacktrace()
    • shouldDecrementRetriesFor Link icon

      protected boolean shouldDecrementRetriesFor(Throwable t)
    • notifyAcquisition Link icon

      protected void notifyAcquisition(CommandContext commandContext)