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.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ExternalChangelogDomainCfgClient,? extends ExternalChangelogDomainCfg> |
ExternalChangelogDomainCfgClient.definition()
Get the configuration definition associated with this External Changelog Domain.
|
Modifier and Type | Method and Description |
---|---|
ExternalChangelogDomainCfg |
ExternalChangelogDomainCfgDefn.createServerConfiguration(ServerManagedObject<? extends ExternalChangelogDomainCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<ExternalChangelogDomainCfgClient,ExternalChangelogDomainCfg> |
ReplicationDomainCfgDefn.getExternalChangelogDomainRelationDefinition()
Get the "external-changelog-domain" relation definition.
|
Class<ExternalChangelogDomainCfg> |
ExternalChangelogDomainCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
ExternalChangelogDomainCfg |
ExternalChangelogDomainCfgDefn.createServerConfiguration(ServerManagedObject<? extends ExternalChangelogDomainCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
ExternalChangelogDomainCfg |
ReplicationDomainCfg.getExternalChangelogDomain()
Gets the External Changelog Domain.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ExternalChangelogDomainCfg> |
ExternalChangelogDomainCfg.configurationClass()
Gets the configuration class associated with this External Changelog Domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalChangelogDomainCfg.addChangeListener(ConfigurationChangeListener<ExternalChangelogDomainCfg> listener)
Register to be notified when this External Changelog Domain is changed.
|
void |
ExternalChangelogDomainCfg.removeChangeListener(ConfigurationChangeListener<ExternalChangelogDomainCfg> listener)
Deregister an existing External Changelog Domain configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
ExternalChangelogDomain.applyConfigurationAdd(ExternalChangelogDomainCfg configuration)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
ExternalChangelogDomain.applyConfigurationChange(ExternalChangelogDomainCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
ExternalChangelogDomain.applyConfigurationDelete(ExternalChangelogDomainCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
ExternalChangelogDomain.isConfigurationAddAcceptable(ExternalChangelogDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
ExternalChangelogDomain.isConfigurationChangeAcceptable(ExternalChangelogDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is acceptable
to this change listener.
|
boolean |
ExternalChangelogDomain.isConfigurationDeleteAcceptable(ExternalChangelogDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing configuration is
acceptable to this delete listener.
|
Constructor and Description |
---|
ExternalChangelogDomain(LDAPReplicationDomain domain,
ExternalChangelogDomainCfg configuration)
Constructor from a provided LDAPReplicationDomain.
|
Copyright 2010-2017 ForgeRock AS.