Uses of Interface
de.espirit.firstspirit.server.configuration.ServerProperty
Packages that use ServerProperty
-
Uses of ServerProperty in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type ServerPropertyModifier and TypeMethodDescription<PROPERTY_TYPE>
Optional<PROPERTY_TYPE>ServerConfigurationAgent.getServerProperty(@NotNull ServerProperty<PROPERTY_TYPE> property) Returns the current value of a server property.voidServerConfigurationAgent.removeServerProperty(@NotNull ServerProperty<?> property) Removes the current server property value, reverting it to the server default.<PROPERTY_TYPE>
voidServerConfigurationAgent.setServerProperty(@NotNull ServerProperty<PROPERTY_TYPE> property, PROPERTY_TYPE value) Modifies the current value of a server property. -
Uses of ServerProperty in de.espirit.firstspirit.server.configuration
Fields in de.espirit.firstspirit.server.configuration declared as ServerPropertyModifier and TypeFieldDescriptionstatic final ServerProperty<String>ServerProperties.ADMIN_MAIL_ADDRESSAdministrator's email address used to send notification mails to.static final ServerProperty<Duration>ServerProperties.AJAX_DATA_SYNC_TIMEOUTData sync timeout for AJAX in Webmonitorstatic final ServerProperty<Duration>ServerProperties.AJAX_IMAGE_RELOAD_TIMEOUTImage reload timeout in Webmonitorstatic final ServerProperty<String>ServerProperties.BACKUP_MAILE-mail address for backup informationstatic final ServerProperty<String>ServerProperties.CLUSTER_MASTER_HOSTHost name of the master cluster serverstatic final ServerProperty<Integer>ServerProperties.CLUSTER_MASTER_PORTPort of the master cluster serverstatic final ServerProperty<Path>ServerProperties.CLUSTER_SERVER_PATHPath to the master cluster serverstatic final ServerProperty<String>ServerProperties.CLUSTER_SLAVE_NAMEName of the slave cluster serverstatic final ServerProperty<String>ServerProperties.FREE_SPACE_SHUTDOWN_LIMITServer minimum free space shutdown limit.static final ServerProperty<String>ServerProperties.FREE_SPACE_WARN_LIMITServer minimum free space warning limit.static final ServerProperty<String>ServerProperties.HDD_DIRECTORIESDirectories used for disk space check (comma separated)static final ServerProperty<Integer>ServerProperties.HDD_SHUTDOWN_LIMITDeprecated.static final ServerProperty<Boolean>ServerProperties.HDD_SHUTDOWN_LIMIT_ACTIVEIndicates whether or not the server will be shut down if space left limit is exceeded.static final ServerProperty<Integer>ServerProperties.HDD_WARN_LIMITDeprecated.since 5.2.230209 - replaced byServerProperties.FREE_SPACE_WARN_LIMIT.static final ServerProperty<Boolean>ServerProperties.HDD_WARN_LIMIT_ACTIVEIndicates whether or not a warning mail will be issued if space left limit is exceeded.static final ServerProperty<String>ServerProperties.HOSTConfigured host name of the FirstSpirit server.static final ServerProperty<Integer>ServerProperties.HTTP_PORTHTTP port of the FirstSpirit server.static final ServerProperty<Path>ServerProperties.LAUNCHER_JRE_MACOS_PATHPath to the launcher JRE used on macOS.static final ServerProperty<Path>ServerProperties.LAUNCHER_JRE_WINDOWS_PATHPath to the launcher JRE used on Windows.static final ServerProperty<Integer>ServerProperties.MEMORY_LIMITDeprecated, for removal: This API element is subject to removal in a future version.since 5.2.250308 - no replacementstatic final ServerProperty<Boolean>ServerProperties.MEMORY_WARN_ACTIVEDeprecated, for removal: This API element is subject to removal in a future version.since 5.2.250308 - no replacementstatic final ServerProperty<Boolean>ServerProperties.MESSAGE_OF_THE_DAY_VISIBLEIndicates if the Message of the Day is to be shown.static final ServerProperty<Boolean>ServerProperties.OUT_OF_MEMORY_WARN_ACTIVEDeprecated, for removal: This API element is subject to removal in a future version.since 5.2.250308 - no replacementstatic final ServerProperty<Integer>ServerProperties.SOCKET_PORTSocket port of the FirstSpirit server.static final ServerProperty<LocalTime>ServerProperties.STATISTIC_STARTFull hour at which statistics data is gathered on a daily basis.static final ServerProperty<URL>ServerProperties.URLURL of the FirstSpirit serverstatic final ServerProperty<String>ServerProperties.WEBAPP_ROOT_URLPath of the root web application, for an internal servlet engine this is typically "/" and "/fs5root" for external servlet engines (e.g.
ServerProperties.FREE_SPACE_SHUTDOWN_LIMIT.