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 entryLdapExceptionvoid referralFound(LdapConnection connection, SearchResultReference searchResultReference) throws LdapException
connection - The LdapConnectionsearchResultReference - The referral messageLdapExceptionvoid searchDone(LdapConnection connection, SearchResultDone searchResultDone) throws LdapException
connection - The LdapConnectionsearchResultDone - The searchResultDone responseLdapExceptionCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.