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 BackupBackendCfgClient,? extends BackupBackendCfg> |
BackupBackendCfgClient.definition()
Get the configuration definition associated with this Backup Backend.
|
Modifier and Type | Method and Description |
---|---|
BackupBackendCfg |
BackupBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackupBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<BackupBackendCfg> |
BackupBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
BackupBackendCfg |
BackupBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackupBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends BackupBackendCfg> |
BackupBackendCfg.configurationClass()
Gets the configuration class associated with this Backup Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupBackendCfg.addBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
Register to be notified when this Backup Backend is changed.
|
void |
BackupBackendCfg.removeBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
Deregister an existing Backup Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
BackupBackend.applyConfigurationChange(BackupBackendCfg cfg) |
void |
BackupBackend.configureBackend(BackupBackendCfg config,
ServerContext serverContext) |
boolean |
BackupBackend.isConfigurationChangeAcceptable(BackupBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.