Interface NodeConfiguration
-
- All Known Implementing Classes:
NodeConfigurationImpl
public interface NodeConfigurationThis class allow to provide a configuration for the current node We should be able to have one different per node- Author:
- Baptiste Mesta, Matthieu Chaffotte, Celine Souchet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PlatformRestartHandler>getPlatformRestartHandlers()Handlers called on restart of the platformbooleanshouldClearSessions()
-
-
-
Method Detail
-
getPlatformRestartHandlers
java.util.List<PlatformRestartHandler> getPlatformRestartHandlers()
Handlers called on restart of the platform
-
shouldClearSessions
boolean shouldClearSessions()
- Returns:
- true if the sessions should be cleaned when the node is stopped
-
-