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 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)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<BackupBackendCfg> |
BackupBackendCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
BackupBackendCfg |
BackupBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackupBackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
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)
Applies the configuration changes to this change listener.
|
void |
BackupBackend.configureBackend(BackupBackendCfg config,
ServerContext serverContext)
Configure this backend based on the information in the provided configuration.
|
boolean |
BackupBackend.isConfigurationChangeAcceptable(BackupBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.