Package org.bonitasoft.engine.commons
Interface TenantLifecycleService
-
- All Superinterfaces:
LifecycleService
- All Known Subinterfaces:
ApplicationService,BusinessDataRepository,CacheService,CommandService,ConnectorExecutor,PageService,PermissionService,WorkExecutorService,WorkService
- All Known Implementing Classes:
ApplicationImporter,ApplicationServiceImpl,CommandServiceImpl,ConnectorExecutorImpl,EhCacheCacheService,JPABusinessDataRepositoryImpl,MessagesHandlingService,PageServiceImpl,PermissionServiceImpl,RetryingWorkExecutorService,TenantElementsRestartSupervisorLocal,TimeTracker,WorkServiceImpl
public interface TenantLifecycleService extends LifecycleService
- Author:
- Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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 Detail
-
init
default void init() throws SBonitaExceptionThis method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.- Throws:
SBonitaException
-
-