Uses of Class
com.iizix.server.prop.ServerSettings
Packages that use ServerSettings Package Description com.iizigo.server.config com.iizix.server com.iizix.server.prop com.iizix.server.region com.iizix.server.wsfile Uses of ServerSettings in com.iizigo.server.config
Subclasses of ServerSettings in com.iizigo.server.config Modifier and Type Class Description class
EditorServerSettings
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 ServerSettings Modifier and Type Method Description protected 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 ServerSettings Modifier and Type Method Description ServerSettings
ServerShell. getServerSettings()
Gets the container for server settings.Methods in com.iizix.server with parameters of type ServerSettings Modifier and Type Method Description static 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 ServerSettings Modifier and Type Field Description protected ServerSettings
ServerProps. serverSettings
The server settings properties.Methods in com.iizix.server.prop that return ServerSettings Modifier and Type Method Description ServerSettings
ServerSettings. clone()
Creates a clone out of this property.protected ServerSettings
ServerProps. createServerSettings()
Creates the ServerSettings property, overridden by the Designer version.ServerSettings
ServerProps. getServerSettings()
Gets the container for server settings.ServerSettings
ServerProps. loadServerSettings(ServerShell shell, java.io.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 ServerSettings Constructor Description GeoPlugin(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 ServerSettings Modifier and Type Method Description WSFileProvider
WSFileProviderEngine. getCreateFileProvider(URNResourceType type, java.lang.String descr, java.lang.String subject, java.lang.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 ServerSettings Constructor Description WSFileProviderEngine(ServerSettings serverSettings)
Constructs a new engine.