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

    Modifier and Type
    Method
    Description
    default void
    Temporary halt the execution of this service.
    default void
    resume the execution the service
    default void
    Start the service
    default void