Uses of Class
com.iizix.server.prop.ServerSettings
Packages that use ServerSettings
Package
Description
Uses of ServerSettings in com.iizigo.server.config
Subclasses of ServerSettings in com.iizigo.server.configModifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Methods in com.iizigo.server.config that return ServerSettingsModifier and TypeMethodDescriptionprotected ServerSettings
EditorServerProps.createServerSettings()
Creates the ServerSettings property, overridden by the Designer version.Uses of ServerSettings in com.iizix.server
Methods in com.iizix.server that return ServerSettingsModifier and TypeMethodDescriptionServerShell.getServerSettings()
Gets the container for server settings.Methods in com.iizix.server with parameters of type ServerSettingsModifier and TypeMethodDescriptionstatic void
ServerShell.registerRegionLocationServiceProviders
(ServerSettings settings, boolean isTestMode) Registers the Region Location Service Providers.Uses of ServerSettings in com.iizix.server.prop
Fields in com.iizix.server.prop declared as ServerSettingsModifier and TypeFieldDescriptionprotected ServerSettings
ServerProps.serverSettings
The server settings properties.Methods in com.iizix.server.prop that return ServerSettingsModifier and TypeMethodDescriptionServerSettings.clone()
Creates a clone out of this property.protected ServerSettings
ServerProps.createServerSettings()
Creates the ServerSettings property, overridden by the Designer version.ServerProps.getServerSettings()
Gets the container for server settings.ServerProps.loadServerSettings
(ServerShell shell, File file) Loads or reloads the server settings from the config file.Uses of ServerSettings in com.iizix.server.region
Constructors in com.iizix.server.region with parameters of type ServerSettingsModifierConstructorDescriptionGeoPlugin
(IWebServiceEngine wse, ServerSettings settings) Constructs the service provider for the region location information.IPStack
(IWebServiceEngine wse, ServerSettings settings) Constructs the service provider for the region location information.IPWhoIs
(IWebServiceEngine wse, ServerSettings settings) Constructs the service provider for the region location information.Uses of ServerSettings in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile with parameters of type ServerSettingsModifier and TypeMethodDescriptionWSFileProviderEngine.getCreateFileProvider
(URNResourceType type, String descr, String subject, Object id, boolean doPersistFileNames, ServerSettings settings) Gets or creates a new engine type file provider.Constructors in com.iizix.server.wsfile with parameters of type ServerSettingsModifierConstructorDescriptionWSFileProviderEngine
(ServerSettings serverSettings) Constructs a new engine.