Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends MemoryBackendCfgClient,? extends MemoryBackendCfg> |
MemoryBackendCfgClient.definition()
Get the configuration definition associated with this Memory Backend.
|
Modifier and Type | Method and Description |
---|---|
MemoryBackendCfg |
MemoryBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<MemoryBackendCfg> |
MemoryBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
MemoryBackendCfg |
MemoryBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends MemoryBackendCfg> |
MemoryBackendCfg.configurationClass()
Gets the configuration class associated with this Memory Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryBackendCfg.addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Register to be notified when this Memory Backend is changed.
|
void |
MemoryBackendCfg.removeMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Deregister an existing Memory Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryBackend.configureBackend(MemoryBackendCfg config,
ServerContext serverContext) |
Copyright 2010-2020 ForgeRock AS.