public class SearchAbandonListener extends Object implements org.apache.directory.api.ldap.model.message.AbandonListener
Constructor and Description |
---|
SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> cursor) |
SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> cursor,
DirectoryListener listener) |
SearchAbandonListener(LdapServer ldapServer,
DirectoryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
requestAbandoned(org.apache.directory.api.ldap.model.message.AbandonableRequest req) |
public SearchAbandonListener(LdapServer ldapServer, org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> cursor, DirectoryListener listener)
public SearchAbandonListener(LdapServer ldapServer, DirectoryListener listener)
public SearchAbandonListener(LdapServer ldapServer, org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> cursor)
public void requestAbandoned(org.apache.directory.api.ldap.model.message.AbandonableRequest req)
requestAbandoned
in interface org.apache.directory.api.ldap.model.message.AbandonListener
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.