public class ConfigChangeListener extends DirectoryListenerAdapter
| Constructor and Description |
|---|
ConfigChangeListener(ConfigPartitionReader cpReader,
DirectoryService directoryService)
Creates a new instance of ConfigChangeListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
entryAdded(AddOperationContext addContext)
Called when an entry has been added.
|
void |
entryDeleted(DeleteOperationContext deleteContext)
Called when an entry has been deleted.
|
void |
entryModified(ModifyOperationContext modifyContext)
Called when an entry has been modified.
|
entryMoved, entryMovedAndRenamed, entryRenamed, isSynchronouspublic ConfigChangeListener(ConfigPartitionReader cpReader, DirectoryService directoryService) throws org.apache.directory.api.ldap.model.exception.LdapException
cpReader - the configuration readerdirectoryService - the DirectoryService instanceorg.apache.directory.api.ldap.model.exception.LdapExceptionpublic void entryAdded(AddOperationContext addContext)
DirectoryListenerentryAdded in interface DirectoryListenerentryAdded in class DirectoryListenerAdapteraddContext - the add operation context responsible for the changepublic void entryDeleted(DeleteOperationContext deleteContext)
DirectoryListenerentryDeleted in interface DirectoryListenerentryDeleted in class DirectoryListenerAdapterdeleteContext - the delete operation context responsible for the changepublic void entryModified(ModifyOperationContext modifyContext)
DirectoryListenerentryModified in interface DirectoryListenerentryModified in class DirectoryListenerAdaptermodifyContext - the modify operation context responsible for the changeCopyright © 2021. All rights reserved.