Uses of Class
org.opends.server.types.DirectoryEnvironmentConfig
-
Packages that use DirectoryEnvironmentConfig Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of DirectoryEnvironmentConfig in org.opends.server.core
Methods in org.opends.server.core that return DirectoryEnvironmentConfig Modifier and Type Method Description DirectoryEnvironmentConfig
DirectoryServer. getEnvironment()
DirectoryEnvironmentConfig
ServerContext. getEnvironment()
Returns the environment of the server.static DirectoryEnvironmentConfig
DirectoryServer. getEnvironmentConfig()
Retrieves the environment configuration for the Directory Server.Methods in org.opends.server.core with parameters of type DirectoryEnvironmentConfig Modifier and Type Method Description static DirectoryServer
DirectoryServer. reinitialize(DirectoryEnvironmentConfig config)
Reinitializes the server following a shutdown, preparing it for a call tostartServer
.static void
DirectoryServer. restart(String className, LocalizableMessage reason, DirectoryEnvironmentConfig config)
Causes the Directory Server to perform an in-core restart.void
DirectoryServer. setEnvironmentConfig(DirectoryEnvironmentConfig config)
Sets the environment configuration for the Directory Server.
-