Package | Description |
---|---|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
Modifier and Type | Method and Description |
---|---|
CopyOnWriteArrayList<ConfigChangeListener> |
ConfigEntry.getChangeListeners()
Retrieves the set of change listeners that have been registered with this
configuration entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigEntry.deregisterChangeListener(ConfigChangeListener listener)
Attempts to deregister the provided change listener with this configuration
entry.
|
void |
ConfigEntry.registerChangeListener(ConfigChangeListener listener)
Registers the provided change listener so that it will be notified of any
changes to this configuration entry.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.