Package org.bonitasoft.engine.work
Interface WorkExecutorService
- All Superinterfaces:
LifecycleService,TenantLifecycleService
- All Known Implementing Classes:
RetryingWorkExecutorService
Trigger the asynchronous execution of a work
- Author:
- Baptiste Mesta
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(WorkDescriptor work) booleanvoidnotifyNodeStopped(String nodeName) Methods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stopMethods inherited from interface org.bonitasoft.engine.commons.TenantLifecycleService
init
-
Method Details
-
isStopped
boolean isStopped() -
notifyNodeStopped
-
execute
-