Class NodeConfigurationImpl
- java.lang.Object
-
- org.bonitasoft.engine.platform.configuration.NodeConfigurationImpl
-
- All Implemented Interfaces:
NodeConfiguration
@Component @ConditionalOnSingleCandidate(NodeConfiguration.class) public class NodeConfigurationImpl extends java.lang.Object implements NodeConfiguration
- Author:
- Baptiste Mesta, Matthieu Chaffotte, Laurent Vaills, Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description NodeConfigurationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PlatformRestartHandler>getPlatformRestartHandlers()Handlers called on restart of the platformvoidsetPlatformRestartHandlers(java.util.List<PlatformRestartHandler> platformRestartHandlers)booleanshouldClearSessions()
-
-
-
Method Detail
-
getPlatformRestartHandlers
public java.util.List<PlatformRestartHandler> getPlatformRestartHandlers()
Description copied from interface:NodeConfigurationHandlers called on restart of the platform- Specified by:
getPlatformRestartHandlersin interfaceNodeConfiguration
-
setPlatformRestartHandlers
@Autowired(required=false) public void setPlatformRestartHandlers(java.util.List<PlatformRestartHandler> platformRestartHandlers)
-
shouldClearSessions
public boolean shouldClearSessions()
- Specified by:
shouldClearSessionsin interfaceNodeConfiguration- Returns:
- true if the sessions should be cleaned when the node is stopped
-
-