public interface ServerContext
| Modifier and Type | Method and Description |
|---|---|
CommonAudit |
getCommonAudit()
Returns the common audit manager.
|
DiskSpaceMonitor |
getDiskSpaceMonitor()
Returns the Disk Space Monitoring service, for checking free disk space.
|
DirectoryEnvironmentConfig |
getEnvironment()
Returns the environment of the server.
|
String |
getInstanceRoot()
Returns the directory of server instance.
|
LoggerConfigManager |
getLoggerConfigManager()
Returns the logger config manager.
|
MemoryQuota |
getMemoryQuota()
Returns the memory quota system for reserving long term memory.
|
Schema |
getSchema()
Returns the schema of the server.
|
org.forgerock.opendj.ldap.schema.Schema |
getSchemaNG()
Returns the new schema of the server (SDK schema).
|
org.forgerock.opendj.config.server.ServerManagementContext |
getServerManagementContext()
Returns the server management context, which gives
an entry point on configuration objects.
|
String |
getServerRoot()
Returns the root directory of server.
|
String getInstanceRoot()
String getServerRoot()
org.forgerock.opendj.ldap.schema.Schema getSchemaNG()
This method will disappear once migration to new schema is finished. Meanwhile, it is necessary to keep both the legacy version and the new version.
DirectoryEnvironmentConfig getEnvironment()
org.forgerock.opendj.config.server.ServerManagementContext getServerManagementContext()
MemoryQuota getMemoryQuota()
DiskSpaceMonitor getDiskSpaceMonitor()
CommonAudit getCommonAudit()
LoggerConfigManager getLoggerConfigManager()
Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.