Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
DirectoryEnvironmentConfig |
ServerContext.getEnvironment()
Returns the environment of the server.
|
static DirectoryEnvironmentConfig |
DirectoryServer.getEnvironmentConfig()
Retrieves the environment configuration for the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryServer |
DirectoryServer.reinitialize(DirectoryEnvironmentConfig config)
Reinitializes the server following a shutdown, preparing it for a call to
startServer . |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
EmbeddedUtils.restartServer(String className,
LocalizableMessage reason,
DirectoryEnvironmentConfig config)
Deprecated.
Use
EmbeddedDirectoryServer class instead |
static void |
EmbeddedUtils.startServer(DirectoryEnvironmentConfig config)
Deprecated.
Use
EmbeddedDirectoryServer class instead |
Copyright 2010-2018 ForgeRock AS.