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

public interface TenantLifecycleService extends LifecycleService
Author:
Matthieu Chaffotte
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    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

      default void init() throws SBonitaException
      This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.
      Throws:
      SBonitaException