Package | Description |
---|---|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigChangeListener> |
ConfigurationRepository.getChangeListeners(org.forgerock.opendj.ldap.DN dn)
Retrieves the change listeners that have been registered with the
provided DN.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationRepository.deregisterChangeListener(org.forgerock.opendj.ldap.DN dn,
ConfigChangeListener listener)
Attempts to deregister the provided change listener with the provided DN.
|
void |
ConfigurationRepository.registerChangeListener(org.forgerock.opendj.ldap.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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.