Uses of Class
com.iizix.server.prop.ServerSettings
Package
Description
Uses of ServerSettings in com.iizigo.server.config
Modifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Modifier and TypeMethodDescriptionprotected ServerSettings
EditorServerProps.createServerSettings()
Creates the ServerSettings property, overridden by the Designer version.Uses of ServerSettings in com.iizix.server
Modifier and TypeMethodDescriptionServerShell.getServerSettings()
Gets the container for server settings.Modifier and TypeMethodDescriptionstatic void
ServerShell.registerRegionLocationServiceProviders
(ServerSettings settings, boolean isTestMode) Registers the Region Location Service Providers.Uses of ServerSettings in com.iizix.server.prop
Modifier and TypeFieldDescriptionprotected ServerSettings
ServerProps.serverSettings
The server settings properties.Modifier 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
ModifierConstructorDescriptionGeoPlugin
(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
Modifier and TypeMethodDescriptionWSFileProviderEngine.getCreateFileProvider
(URNResourceType type, String descr, String subject, Object id, boolean doPersistFileNames, ServerSettings settings) Gets or creates a new engine type file provider.ModifierConstructorDescriptionWSFileProviderEngine
(ServerSettings serverSettings) Constructs a new engine.