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
NamingException
public void requestAbandoned(org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest req)
requestAbandoned
in interface org.apache.directory.shared.ldap.message.AbandonListener
public void entryAdded(AddOperationContext opContext)
DirectoryListener
entryAdded
in interface DirectoryListener
opContext
- the add operation context responsible for the changepublic void entryDeleted(DeleteOperationContext opContext)
DirectoryListener
entryDeleted
in interface DirectoryListener
opContext
- the delete operation context responsible for the changepublic void entryModified(ModifyOperationContext opContext)
DirectoryListener
entryModified
in interface DirectoryListener
opContext
- the modify operation context responsible for the changepublic void entryMoved(MoveOperationContext opContext)
DirectoryListener
entryMoved
in interface DirectoryListener
opContext
- the move operation context responsible for the changepublic void entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
DirectoryListener
entryMovedAndRenamed
in interface DirectoryListener
opContext
- the move/rename operation context responsible for the changepublic void entryRenamed(RenameOperationContext opContext)
DirectoryListener
entryRenamed
in interface DirectoryListener
opContext
- the rename operation context responsible for the changeCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.