Uses of Interface
de.espirit.firstspirit.server.configuration.ServerProperty
-
Uses of ServerProperty in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription<PROPERTY_TYPE>
Optional<PROPERTY_TYPE>ServerConfigurationAgent.getServerProperty
(@NotNull ServerProperty<PROPERTY_TYPE> property) Returns the current value of a server property.void
ServerConfigurationAgent.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
Modifier and TypeFieldDescriptionstatic final ServerProperty<String>
ServerProperties.ADMIN_MAIL_ADDRESS
Administrator's email address used to send notification mails to.static final ServerProperty<Duration>
ServerProperties.AJAX_DATA_SYNC_TIMEOUT
Data sync timeout for AJAX in Webmonitorstatic final ServerProperty<Duration>
ServerProperties.AJAX_IMAGE_RELOAD_TIMEOUT
Image reload timeout in Webmonitorstatic final ServerProperty<String>
ServerProperties.BACKUP_MAIL
E-mail address for backup informationstatic final ServerProperty<String>
ServerProperties.CLUSTER_MASTER_HOST
Host name of the master cluster serverstatic final ServerProperty<Integer>
ServerProperties.CLUSTER_MASTER_PORT
Port of the master cluster serverstatic final ServerProperty<Path>
ServerProperties.CLUSTER_SERVER_PATH
Path to the master cluster serverstatic final ServerProperty<String>
ServerProperties.CLUSTER_SLAVE_NAME
Name of the slave cluster serverstatic final ServerProperty<String>
ServerProperties.FREE_SPACE_SHUTDOWN_LIMIT
Server minimum free space shutdown limit.static final ServerProperty<String>
ServerProperties.FREE_SPACE_WARN_LIMIT
Server minimum free space warning limit.static final ServerProperty<String>
ServerProperties.HDD_DIRECTORIES
Directories used for disk space check (comma separated)static final ServerProperty<Integer>
ServerProperties.HDD_SHUTDOWN_LIMIT
Deprecated.static final ServerProperty<Boolean>
ServerProperties.HDD_SHUTDOWN_LIMIT_ACTIVE
Indicates whether or not the server will be shut down if space left limit is exceeded.static final ServerProperty<Integer>
ServerProperties.HDD_WARN_LIMIT
Deprecated.since 5.2.230209 - replaced byServerProperties.FREE_SPACE_WARN_LIMIT
.static final ServerProperty<Boolean>
ServerProperties.HDD_WARN_LIMIT_ACTIVE
Indicates whether or not a warning mail will be issued if space left limit is exceeded.static final ServerProperty<String>
ServerProperties.HOST
Configured host name of the FirstSpirit server.static final ServerProperty<Integer>
ServerProperties.HTTP_PORT
HTTP port of the FirstSpirit server.static final ServerProperty<Path>
ServerProperties.LAUNCHER_JRE_MACOS_PATH
Path to the launcher JRE used on macOS.static final ServerProperty<Path>
ServerProperties.LAUNCHER_JRE_WINDOWS_PATH
Path to the launcher JRE used on Windows.static final ServerProperty<Integer>
ServerProperties.MEMORY_LIMIT
Maximum percentage of memory to be usedstatic final ServerProperty<Boolean>
ServerProperties.MEMORY_WARN_ACTIVE
Indicates if the memory warning is enabled.
If enabled a notification email will be send to the configuredemail address
.static final ServerProperty<Boolean>
ServerProperties.MESSAGE_OF_THE_DAY_VISIBLE
Indicates if the Message of the Day is to be shown.static final ServerProperty<Boolean>
ServerProperties.OUT_OF_MEMORY_WARN_ACTIVE
Indicates if the out of memory warning for the FirstSpirit server is enabled.static final ServerProperty<Integer>
ServerProperties.SOCKET_PORT
Socket port of the FirstSpirit server.static final ServerProperty<LocalTime>
ServerProperties.STATISTIC_START
Full hour at which statistics data is gathered on a daily basis.static final ServerProperty<URL>
ServerProperties.URL
URL of the FirstSpirit serverstatic final ServerProperty<String>
ServerProperties.WEBAPP_ROOT_URL
Path 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
.