Package org.bonitasoft.engine.work
Interface WorkExecutorService
-
- All Superinterfaces:
LifecycleService,TenantLifecycleService
- All Known Implementing Classes:
RetryingWorkExecutorService
public interface WorkExecutorService extends TenantLifecycleService
Trigger the asynchronous execution of a work- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(WorkDescriptor work)booleanisStopped()voidnotifyNodeStopped(java.lang.String nodeName)-
Methods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stop
-
Methods inherited from interface org.bonitasoft.engine.commons.TenantLifecycleService
init
-
-
-
-
Method Detail
-
isStopped
boolean isStopped()
-
notifyNodeStopped
void notifyNodeStopped(java.lang.String nodeName)
-
execute
void execute(WorkDescriptor work)
-
-