Uses of Interface
org.opends.server.api.SubentryChangeListener
-
Packages that use SubentryChangeListener Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of SubentryChangeListener in org.opends.server.core
Methods in org.opends.server.core with parameters of type SubentryChangeListener Modifier and Type Method Description void
SubentryManager. deregisterChangeListener(SubentryChangeListener changeListener)
Deregisters the provided change notification listener with this manager so that it will no longer be notified of any add, delete, modify, or modify DN operations that are performed.void
SubentryManager. registerChangeListener(SubentryChangeListener changeListener)
Registers the provided change notification listener with this manager so that it will be notified of any add, delete, modify, or modify DN operations that are performed.
-