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.
|
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).
|
SchemaUpdater |
getSchemaUpdater()
Returns the schema updater, which provides
a mean to update the server's current 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.
SchemaUpdater getSchemaUpdater()
DirectoryEnvironmentConfig getEnvironment()
org.forgerock.opendj.config.server.ServerManagementContext getServerManagementContext()
MemoryQuota getMemoryQuota()
DiskSpaceMonitor getDiskSpaceMonitor()
CommonAudit getCommonAudit()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.