Package org.bonitasoft.engine.commons
Interface LifecycleService
- All Known Subinterfaces:
ApplicationService,BusinessDataRepository,ClassLoaderService,CommandService,ConnectorExecutor,PermissionService,PlatformLifecycleService,SchedulerService,TenantLifecycleService,WorkExecutorService,WorkService
- All Known Implementing Classes:
ApplicationServiceImpl,BonitaTaskExecutor,ClassLoaderServiceImpl,CommandServiceImpl,ConnectorExecutorImpl,DefaultProfilesUpdater,EhCacheCacheService,JPABusinessDataRepositoryImpl,MandatoryLivingApplicationImporter,MessagesHandlingService,PermissionServiceImpl,RetryingWorkExecutorService,SchedulerServiceImpl,TenantElementsRestartSupervisorLocal,TimeTracker,WorkServiceImpl
public interface LifecycleService
- Author:
- Baptiste Mesta
-
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
-