Package org.bonitasoft.engine.commons
Interface LifecycleService
- All Known Subinterfaces:
PlatformLifecycleService,TenantLifecycleService
- All Known Implementing Classes:
BonitaTaskExecutor
public interface LifecycleService
-
Method Summary
-
Method Details
-
start
Start the service- Throws:
SBonitaException
-
stop
- Throws:
SBonitaException
-
pause
Temporary halt the execution of this service.- Throws:
SBonitaException
-
resume
resume the execution the service- Throws:
SBonitaException
-