public class PersistentSearchListener extends Object implements DirectoryListener, org.apache.directory.shared.ldap.message.AbandonListener
| Modifier and Type | Method and Description |
|---|---|
void |
abandon() |
void |
entryAdded(AddOperationContext opContext)
Called when an entry has been added.
|
void |
entryDeleted(DeleteOperationContext opContext)
Called when an entry has been deleted.
|
void |
entryModified(ModifyOperationContext opContext)
Called when an entry has been modified.
|
void |
entryMoved(MoveOperationContext opContext)
Called when an entry is moved.
|
void |
entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
Called when an entry is moved and renamed at the same time.
|
void |
entryRenamed(RenameOperationContext opContext)
Called when an entry has been renamed.
|
void |
requestAbandoned(org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest req) |
public void abandon()
throws NamingException
NamingExceptionpublic void requestAbandoned(org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest req)
requestAbandoned in interface org.apache.directory.shared.ldap.message.AbandonListenerpublic void entryAdded(AddOperationContext opContext)
DirectoryListenerentryAdded in interface DirectoryListeneropContext - the add operation context responsible for the changepublic void entryDeleted(DeleteOperationContext opContext)
DirectoryListenerentryDeleted in interface DirectoryListeneropContext - the delete operation context responsible for the changepublic void entryModified(ModifyOperationContext opContext)
DirectoryListenerentryModified in interface DirectoryListeneropContext - the modify operation context responsible for the changepublic void entryMoved(MoveOperationContext opContext)
DirectoryListenerentryMoved in interface DirectoryListeneropContext - the move operation context responsible for the changepublic void entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
DirectoryListenerentryMovedAndRenamed in interface DirectoryListeneropContext - the move/rename operation context responsible for the changepublic void entryRenamed(RenameOperationContext opContext)
DirectoryListenerentryRenamed in interface DirectoryListeneropContext - the rename operation context responsible for the changeCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.