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 FractionalLDIFImportPluginCfgClient,? extends FractionalLDIFImportPluginCfg> |
FractionalLDIFImportPluginCfgClient.definition()
Get the configuration definition associated with this Fractional LDIF Import Plugin.
|
Modifier and Type | Method and Description |
---|---|
FractionalLDIFImportPluginCfg |
FractionalLDIFImportPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends FractionalLDIFImportPluginCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<FractionalLDIFImportPluginCfg> |
FractionalLDIFImportPluginCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
FractionalLDIFImportPluginCfg |
FractionalLDIFImportPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends FractionalLDIFImportPluginCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends FractionalLDIFImportPluginCfg> |
FractionalLDIFImportPluginCfg.configurationClass()
Gets the configuration class associated with this Fractional LDIF Import Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
FractionalLDIFImportPluginCfg.addFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg> listener)
Register to be notified when this Fractional LDIF Import Plugin is changed.
|
void |
FractionalLDIFImportPluginCfg.removeFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg> listener)
Deregister an existing Fractional LDIF Import Plugin configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
FractionalLDIFImportPlugin.applyConfigurationChange(FractionalLDIFImportPluginCfg configuration)
Applies the configuration changes to this change listener.
|
void |
FractionalLDIFImportPlugin.initializePlugin(Set<PluginType> pluginTypes,
FractionalLDIFImportPluginCfg configuration)
Performs any initialization necessary for this plugin.
|
boolean |
FractionalLDIFImportPlugin.isConfigurationChangeAcceptable(FractionalLDIFImportPluginCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is acceptable
to this change listener.
|
Copyright 2010-2017 ForgeRock AS.