protected class JLdapConnection.JLdapAsyncSearchListener extends JLdapConnection.AbstractJLdapSearch
Modifier and Type | Field and Description |
---|---|
private SearchListener |
listener
Search result listener.
|
request, util
Constructor and Description |
---|
JLdapAsyncSearchListener(SearchRequest sr,
SearchListener sl)
Creates a new jldap async search listener.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initializes this jldap search listener.
|
protected com.novell.ldap.LDAPSearchQueue |
search(com.novell.ldap.LDAPConnection conn,
SearchRequest sr)
Executes an ldap search.
|
getLDAPSearchConstraints, getSearchScope, ignoreSearchException, processLDAPIntermediateResponse, processLDAPSearchResult, processLDAPSearchResultReference
private final SearchListener listener
public JLdapAsyncSearchListener(SearchRequest sr, SearchListener sl)
sr
- search requestsl
- search listenerpublic void initialize() throws LdapException
LdapException
- if an error occursprotected com.novell.ldap.LDAPSearchQueue search(com.novell.ldap.LDAPConnection conn, SearchRequest sr) throws com.novell.ldap.LDAPException
search
in class JLdapConnection.AbstractJLdapSearch
conn
- to search withsr
- to read properties fromcom.novell.ldap.LDAPException
- if an error occursCopyright © 2003-2019 Virginia Tech. All Rights Reserved.