- All Implemented Interfaces:
Serializable, Runnable
A runnable that notifies a listener of its state
- Author:
- Baptiste Mesta
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
abstract void
long
abstract void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()