Package org.bonitasoft.engine.commons
Interface TenantLifecycleService
- All Superinterfaces:
LifecycleService
- All Known Subinterfaces:
ApplicationService,BusinessDataRepository,CommandService,ConnectorExecutor,PermissionService,WorkExecutorService,WorkService
- All Known Implementing Classes:
ApplicationServiceImpl,CommandServiceImpl,ConnectorExecutorImpl,DefaultProfilesUpdater,JPABusinessDataRepositoryImpl,MandatoryLivingApplicationImporter,MessagesHandlingService,PermissionServiceImpl,RetryingWorkExecutorService,TenantElementsRestartSupervisorLocal,TimeTracker,WorkServiceImpl
- Author:
- Matthieu Chaffotte
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidinit()This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.Methods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stop
-
Method Details
-
init
This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.- Throws:
SBonitaException
-