Interface FractionalLDIFImportPluginCfg
-
- All Superinterfaces:
Configuration,PluginCfg
public interface FractionalLDIFImportPluginCfg extends PluginCfg
A server-side interface for querying Fractional LDIF Import Plugin settings.The Fractional LDIF Import Plugin is used internally by the replication plugin to support fractional replication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg> listener)Register to be notified when this Fractional LDIF Import Plugin is changed.Class<? extends FractionalLDIFImportPluginCfg>configurationClass()Gets the configuration class associated with this Fractional LDIF Import Plugin.voidremoveFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg> listener)Deregister an existing Fractional LDIF Import Plugin configuration change listener.-
Methods inherited from interface org.forgerock.opendj.config.Configuration
dn, name
-
Methods inherited from interface org.forgerock.opendj.server.config.server.PluginCfg
addChangeListener, getJavaClass, getPluginType, isEnabled, isInvokeForInternalOperations, removeChangeListener
-
-
-
-
Method Detail
-
configurationClass
Class<? extends FractionalLDIFImportPluginCfg> configurationClass()
Gets the configuration class associated with this Fractional LDIF Import Plugin.- Specified by:
configurationClassin interfaceConfiguration- Specified by:
configurationClassin interfacePluginCfg- Returns:
- Returns the configuration class associated with this Fractional LDIF Import Plugin.
-
addFractionalLDIFImportChangeListener
void addFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg> listener)
Register to be notified when this Fractional LDIF Import Plugin is changed.- Parameters:
listener- The Fractional LDIF Import Plugin configuration change listener.
-
removeFractionalLDIFImportChangeListener
void removeFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg> listener)
Deregister an existing Fractional LDIF Import Plugin configuration change listener.- Parameters:
listener- The Fractional LDIF Import Plugin configuration change listener.
-
-