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.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigChangeListener> |
ConfigurationRepository.getChangeListeners(DN dn)
Retrieves the change listeners that have been registered with the
provided DN.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigChangeListener> |
ConfigurationHandler.getChangeListeners(DN dn) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationHandler.deregisterChangeListener(DN dn,
ConfigChangeListener listener) |
void |
ConfigurationHandler.registerChangeListener(DN dn,
ConfigChangeListener listener) |
Copyright 2010-2017 ForgeRock AS.