|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ldaptive.provider.opendj.OpenDJConnection.AbstractOpenDJSearch
org.ldaptive.provider.opendj.OpenDJConnection.OpenDJAsyncSearchListener
protected class OpenDJConnection.OpenDJAsyncSearchListener
Search listener for opendj id async search results.
| Field Summary |
|---|
| Fields inherited from class org.ldaptive.provider.opendj.OpenDJConnection.AbstractOpenDJSearch |
|---|
request, util |
| Constructor Summary | |
|---|---|
OpenDJConnection.OpenDJAsyncSearchListener(org.ldaptive.SearchRequest sr,
org.ldaptive.provider.SearchListener sl)
Creates a new opendj async search listener. |
|
| Method Summary | |
|---|---|
boolean |
handleEntry(org.forgerock.opendj.ldap.responses.SearchResultEntry entry)
|
void |
handleErrorResult(org.forgerock.opendj.ldap.ErrorResultException e)
|
boolean |
handleIntermediateResponse(org.forgerock.opendj.ldap.responses.IntermediateResponse res)
|
boolean |
handleReference(org.forgerock.opendj.ldap.responses.SearchResultReference ref)
|
void |
handleResult(org.forgerock.opendj.ldap.responses.Result r)
|
void |
initialize()
Initializes this opendj async search listener. |
protected void |
search(org.forgerock.opendj.ldap.Connection conn,
org.ldaptive.SearchRequest sr)
Executes an asynchronous ldap search. |
| Methods inherited from class org.ldaptive.provider.opendj.OpenDJConnection.AbstractOpenDJSearch |
|---|
getDereferencePolicy, getSearchRequest, getSearchScope, ignoreSearchException, processIntermediateResponse, processSearchResultEntry, processSearchResultReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenDJConnection.OpenDJAsyncSearchListener(org.ldaptive.SearchRequest sr,
org.ldaptive.provider.SearchListener sl)
sr - search requestsl - search listener| Method Detail |
|---|
public void initialize()
throws org.ldaptive.LdapException
org.ldaptive.LdapException - if an error occurs
protected void search(org.forgerock.opendj.ldap.Connection conn,
org.ldaptive.SearchRequest sr)
throws org.ldaptive.LdapException
conn - to search withsr - to read properties from
org.ldaptive.LdapException - if an error occurspublic void handleErrorResult(org.forgerock.opendj.ldap.ErrorResultException e)
handleErrorResult in interface org.forgerock.opendj.ldap.ResultHandler<org.forgerock.opendj.ldap.responses.Result>public void handleResult(org.forgerock.opendj.ldap.responses.Result r)
handleResult in interface org.forgerock.opendj.ldap.ResultHandler<org.forgerock.opendj.ldap.responses.Result>public boolean handleEntry(org.forgerock.opendj.ldap.responses.SearchResultEntry entry)
handleEntry in interface org.forgerock.opendj.ldap.SearchResultHandlerpublic boolean handleReference(org.forgerock.opendj.ldap.responses.SearchResultReference ref)
handleReference in interface org.forgerock.opendj.ldap.SearchResultHandlerpublic boolean handleIntermediateResponse(org.forgerock.opendj.ldap.responses.IntermediateResponse res)
handleIntermediateResponse in interface org.forgerock.opendj.ldap.IntermediateResponseHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||