Uses of Interface
org.forgerock.opendj.config.server.spi.ConfigAddListener
-
Packages that use ConfigAddListener 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 ConfigAddListener in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return types with arguments of type ConfigAddListener Modifier and Type Method Description List<ConfigAddListener>
ConfigurationRepository. getAddListeners(Dn dn)
Retrieves the add listeners that have been registered with the provided DN.Methods in org.forgerock.opendj.config.server.spi with parameters of type ConfigAddListener Modifier and Type Method Description void
ConfigurationRepository. deregisterAddListener(Dn dn, ConfigAddListener listener)
Deregisters the provided add listener so that it will no longer be notified if any new entries are added immediately below the entry corresponding to the provided DN.void
ConfigurationRepository. registerAddListener(Dn dn, ConfigAddListener listener)
Registers the provided add listener so that it will be notified if any new entries are added immediately below the entry corresponding to the provided DN. -
Uses of ConfigAddListener in org.opends.server.config
Methods in org.opends.server.config that return types with arguments of type ConfigAddListener Modifier and Type Method Description List<ConfigAddListener>
ConfigurationHandler. getAddListeners(Dn dn)
Methods in org.opends.server.config with parameters of type ConfigAddListener Modifier and Type Method Description void
ConfigurationHandler. deregisterAddListener(Dn dn, ConfigAddListener listener)
void
ConfigurationHandler. registerAddListener(Dn dn, ConfigAddListener listener)
-