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.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 ReplicationSynchronizationProviderCfgClient,? extends ReplicationSynchronizationProviderCfg> |
ReplicationSynchronizationProviderCfgClient.definition()
Get the configuration definition associated with this Replication Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
ReplicationSynchronizationProviderCfg |
ReplicationSynchronizationProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends ReplicationSynchronizationProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<ReplicationSynchronizationProviderCfg> |
ReplicationSynchronizationProviderCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
ReplicationSynchronizationProviderCfg |
ReplicationSynchronizationProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends ReplicationSynchronizationProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ReplicationSynchronizationProviderCfg> |
ReplicationSynchronizationProviderCfg.configurationClass()
Gets the configuration class associated with this Replication Synchronization Provider.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSynchronizationProviderCfg.addReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg> listener)
Register to be notified when this Replication Synchronization Provider is changed.
|
void |
ReplicationSynchronizationProviderCfg.removeReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg> listener)
Deregister an existing Replication Synchronization Provider configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
MultimasterReplication.applyConfigurationChange(ReplicationSynchronizationProviderCfg configuration)
Applies the configuration changes to this change listener.
|
void |
MultimasterReplication.initializeSynchronizationProvider(ReplicationSynchronizationProviderCfg cfg)
Performs any initialization that might be necessary for this
synchronization provider.
|
boolean |
MultimasterReplication.isConfigurationChangeAcceptable(ReplicationSynchronizationProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
Constructor and Description |
---|
ReplicationServerListener(ReplicationSynchronizationProviderCfg configuration,
DSRSShutdownSync dsrsShutdownSync)
Build a ReplicationServer Listener from the given Multimaster
configuration.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.