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 classEditorServerSettingsEditor 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 ServerSettingsEditorServerProps. 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 ServerSettingsServerShell. getServerSettings()Gets the container for server settings.Methods in com.iizix.server with parameters of type ServerSettings Modifier and Type Method Description static voidServerShell. 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 ServerSettingsServerProps. serverSettingsThe server settings properties.Methods in com.iizix.server.prop that return ServerSettings Modifier and Type Method Description ServerSettingsServerSettings. clone()Creates a clone out of this property.protected ServerSettingsServerProps. createServerSettings()Creates the ServerSettings property, overridden by the Designer version.ServerSettingsServerProps. getServerSettings()Gets the container for server settings.ServerSettingsServerProps. 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 WSFileProviderWSFileProviderEngine. 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.