Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<MemoryBackendCfg> |
MemoryBackendCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
MemoryBackendCfg |
MemoryBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
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)
Configure this backend based on the information in the provided configuration.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.