public interface ChangeNumberControlPluginCfg extends PluginCfg
The Change Number Control Plugin returns the change number generated by the replication subsystem.
Modifier and Type | Method and Description |
---|---|
void |
addChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg> listener)
Register to be notified when this Change Number Control Plugin is changed.
|
Class<? extends ChangeNumberControlPluginCfg> |
configurationClass()
Gets the configuration class associated with this Change Number Control Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
void |
removeChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg> listener)
Deregister an existing Change Number Control Plugin configuration change listener.
|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener
dn
Class<? extends ChangeNumberControlPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg> listener)
listener
- The Change Number Control Plugin configuration change listener.void removeChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg> listener)
listener
- The Change Number Control Plugin configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfg
SortedSet<PluginCfgDefn.PluginType> getPluginType()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
getPluginType
in interface PluginCfg
Copyright 2010-2017 ForgeRock AS.