public interface NodeConfiguration
| Modifier and Type | Method and Description |
|---|---|
List<org.bonitasoft.engine.scheduler.AbstractBonitaPlatformJobListener> |
getJobListeners() |
List<org.bonitasoft.engine.commons.PlatformLifecycleService> |
getLifecycleServices() |
List<org.bonitasoft.engine.commons.RestartHandler> |
getRestartHandlers()
Handlers called on restart of the platform
|
List<TenantRestartHandler> |
getTenantRestartHandlers() |
boolean |
shouldClearSessions() |
boolean |
shouldResumeElements()
specify if we should resume unfinished elements when the node is started
|
boolean |
shouldStartEventHandlingJob() |
boolean |
shouldStartScheduler()
specify if the scheduler should start on this node
|
boolean shouldStartScheduler()
boolean shouldResumeElements()
List<org.bonitasoft.engine.commons.RestartHandler> getRestartHandlers()
List<org.bonitasoft.engine.commons.PlatformLifecycleService> getLifecycleServices()
boolean shouldStartEventHandlingJob()
List<TenantRestartHandler> getTenantRestartHandlers()
boolean shouldClearSessions()
List<org.bonitasoft.engine.scheduler.AbstractBonitaPlatformJobListener> getJobListeners()
Copyright © 2014 Bonitasoft S.A.. All rights reserved.