public class SearchAbandonListener
extends java.lang.Object
implements org.apache.directory.api.ldap.model.message.AbandonListener
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> |
cursor |
private LdapServer |
ldapServer |
private DirectoryListener |
listener |
private static org.slf4j.Logger |
LOG |
| 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) |
private static final org.slf4j.Logger LOG
private final LdapServer ldapServer
private org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> cursor
private DirectoryListener listener
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)