public interface SearchListener extends OperationResponseListener
Modifier and Type | Method and Description |
---|---|
void |
entryFound(LdapConnection connection,
SearchResultEntry searchResultEntry)
A callback method for each entry returned by a search operation.
|
void |
referralFound(LdapConnection connection,
SearchResultReference searchResultReference)
A callback method for each referral returned by a search operation.
|
void |
searchDone(LdapConnection connection,
SearchResultDone searchResultDone)
A callback method called when the search is done.
|
void entryFound(LdapConnection connection, SearchResultEntry searchResultEntry) throws LdapException
connection
- The LdapConnectionsearchResultEntry
- The found entryLdapException
void referralFound(LdapConnection connection, SearchResultReference searchResultReference) throws LdapException
connection
- The LdapConnectionsearchResultReference
- The referral messageLdapException
void searchDone(LdapConnection connection, SearchResultDone searchResultDone) throws LdapException
connection
- The LdapConnectionsearchResultDone
- The searchResultDone responseLdapException
Copyright © 2009–2015 The Apache Software Foundation. All rights reserved.