org.apache.directory.server.ldap.handlers
Class SearchAbandonListener
java.lang.Object
org.apache.directory.server.ldap.handlers.SearchAbandonListener
- All Implemented Interfaces:
- org.apache.directory.api.ldap.model.message.AbandonListener
public class SearchAbandonListener
- extends Object
- implements org.apache.directory.api.ldap.model.message.AbandonListener
An AbandonListener implementation which closes an associated cursor or
removes a DirectoryListener.
- Author:
- Apache Directory Project
|
Method Summary |
void |
requestAbandoned(org.apache.directory.api.ldap.model.message.AbandonableRequest req)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchAbandonListener
public SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.server.core.api.filtering.EntryFilteringCursor cursor,
org.apache.directory.server.core.api.event.DirectoryListener listener)
SearchAbandonListener
public SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.server.core.api.event.DirectoryListener listener)
SearchAbandonListener
public SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.server.core.api.filtering.EntryFilteringCursor cursor)
requestAbandoned
public void requestAbandoned(org.apache.directory.api.ldap.model.message.AbandonableRequest req)
- Specified by:
requestAbandoned in interface org.apache.directory.api.ldap.model.message.AbandonListener
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.