Uses of Class
org.opends.server.core.DirectoryServer
-
Packages that use DirectoryServer Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of DirectoryServer in org.opends.server.core
Methods in org.opends.server.core that return DirectoryServer Modifier and Type Method Description static DirectoryServer
DirectoryServer. getInstance()
Retrieves the instance of the Directory Server that is associated with this JVM.static DirectoryServer
DirectoryServer. reinitialize(DirectoryEnvironmentConfig config)
Reinitializes the server following a shutdown, preparing it for a call tostartServer
.
-