Uses of Interface
org.forgerock.opendj.config.server.spi.ConfigChangeListener
-
Packages that use ConfigChangeListener Package Description org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server.org.opends.server.config Contains code used to interact with the Directory Server configuration. -
-
Uses of ConfigChangeListener in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return types with arguments of type ConfigChangeListener Modifier and Type Method Description List<ConfigChangeListener>
ConfigurationRepository. getChangeListeners(Dn dn)
Retrieves the change listeners that have been registered with the provided DN.Methods in org.forgerock.opendj.config.server.spi with parameters of type ConfigChangeListener Modifier and Type Method Description boolean
ConfigurationRepository. deregisterChangeListener(Dn dn, ConfigChangeListener listener)
Attempts to deregister the provided change listener with the provided DN.void
ConfigurationRepository. registerChangeListener(Dn dn, ConfigChangeListener listener)
Registers the provided change listener so that it will be notified of any changes to the entry corrresponding to provided DN. -
Uses of ConfigChangeListener in org.opends.server.config
Methods in org.opends.server.config that return types with arguments of type ConfigChangeListener Modifier and Type Method Description List<ConfigChangeListener>
ConfigurationHandler. getChangeListeners(Dn dn)
Methods in org.opends.server.config with parameters of type ConfigChangeListener Modifier and Type Method Description boolean
ConfigurationHandler. deregisterChangeListener(Dn dn, ConfigChangeListener listener)
void
ConfigurationHandler. registerChangeListener(Dn dn, ConfigChangeListener listener)
-