Class BonitaRunnable

java.lang.Object
org.bonitasoft.engine.work.BonitaRunnable
All Implemented Interfaces:
Serializable, Runnable

public abstract class BonitaRunnable extends Object implements Runnable, Serializable
A runnable that notifies a listener of its state
Author:
Baptiste Mesta
See Also:
  • Constructor Details

    • BonitaRunnable

      public BonitaRunnable(long tenantId)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • innerRun

      public abstract void innerRun()
    • cancel

      public abstract void cancel()
    • getTenantId

      public long getTenantId()