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