Package | Description |
---|---|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
Modifier and Type | Method and Description |
---|---|
CopyOnWriteArrayList<ConfigAddListener> |
ConfigEntry.getAddListeners()
Retrieves the set of config add listeners that have been registered for
this entry.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigEntry.deregisterAddListener(ConfigAddListener listener)
Deregisters the provided add listener so that it will no longer be
notified if any new entries are added immediately below this configuration
entry.
|
void |
ConfigEntry.registerAddListener(ConfigAddListener listener)
Registers the provided add listener so that it will be notified if any new
entries are added immediately below this configuration entry.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.