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.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LocalDBBackendCfgClient,? extends LocalDBBackendCfg> |
LocalDBBackendCfgClient.definition()
Get the configuration definition associated with this Local DB Backend.
|
Modifier and Type | Method and Description |
---|---|
LocalDBBackendCfg |
LocalDBBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends LocalDBBackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<LocalDBBackendCfg> |
LocalDBBackendCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
LocalDBBackendCfg |
LocalDBBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends LocalDBBackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LocalDBBackendCfg> |
LocalDBBackendCfg.configurationClass()
Gets the configuration class associated with this Local DB Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalDBBackendCfg.addLocalDBChangeListener(ConfigurationChangeListener<LocalDBBackendCfg> listener)
Register to be notified when this Local DB Backend is changed.
|
void |
LocalDBBackendCfg.removeLocalDBChangeListener(ConfigurationChangeListener<LocalDBBackendCfg> listener)
Deregister an existing Local DB Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
LocalDBBackendCfg |
RootContainer.getConfiguration()
Get the backend configuration used by this root container.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
EntryContainer.applyConfigurationChange(LocalDBBackendCfg cfg)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
RootContainer.applyConfigurationChange(LocalDBBackendCfg cfg)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
BackendImpl.applyConfigurationChange(LocalDBBackendCfg newCfg)
Applies the configuration changes to this change listener.
|
void |
BackendImpl.configureBackend(LocalDBBackendCfg cfg,
ServerContext serverContext)
Configure this backend based on the information in the provided configuration.
|
boolean |
BackendImpl.isConfigurationAcceptable(LocalDBBackendCfg config,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext)
Indicates whether the provided configuration is acceptable for
this backend.
|
boolean |
EntryContainer.isConfigurationChangeAcceptable(LocalDBBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
RootContainer.isConfigurationChangeAcceptable(LocalDBBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
BackendImpl.isConfigurationChangeAcceptable(LocalDBBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
static com.sleepycat.je.EnvironmentConfig |
ConfigurableEnvironment.parseConfigEntry(LocalDBBackendCfg cfg)
Parse a configuration associated with a JE environment and create an
environment config from it.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.