Class JobRetryCmd

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>

    public class JobRetryCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Throwable exception  
      protected java.lang.String jobId  
    • Constructor Summary

      Constructors 
      Constructor Description
      JobRetryCmd​(java.lang.String jobId, java.lang.Throwable exception)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      protected java.lang.String getExceptionStacktrace()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jobId

        protected java.lang.String jobId
      • exception

        protected java.lang.Throwable exception
    • Constructor Detail

      • JobRetryCmd

        public JobRetryCmd​(java.lang.String jobId,
                           java.lang.Throwable exception)
    • Method Detail

      • execute

        public java.lang.Object execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
      • getExceptionStacktrace

        protected java.lang.String getExceptionStacktrace()