|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ldaptive.provider.opendj.OpenDJConnection.OpenDJSearchIterator.SearchResultIterator
protected class OpenDJConnection.OpenDJSearchIterator.SearchResultIterator
Search results handler for storing entries returned by a search operation.
| Field Summary | |
|---|---|
protected Queue<org.ldaptive.provider.SearchItem> |
queue
Search items. |
| Constructor Summary | |
|---|---|
protected |
OpenDJConnection.OpenDJSearchIterator.SearchResultIterator()
|
| Method Summary | |
|---|---|
org.forgerock.opendj.ldap.responses.Result |
getResult()
Returns the result of the search. |
boolean |
handleEntry(org.forgerock.opendj.ldap.responses.SearchResultEntry entry)
|
void |
handleErrorResult(org.forgerock.opendj.ldap.ErrorResultException e)
|
boolean |
handleReference(org.forgerock.opendj.ldap.responses.SearchResultReference ref)
|
void |
handleResult(org.forgerock.opendj.ldap.responses.Result r)
|
boolean |
hasNext()
Whether the queue is empty. |
org.ldaptive.provider.SearchItem |
next()
Returns the next search item from the queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Queue<org.ldaptive.provider.SearchItem> queue
| Constructor Detail |
|---|
protected OpenDJConnection.OpenDJSearchIterator.SearchResultIterator()
| Method Detail |
|---|
public org.ldaptive.provider.SearchItem next()
public org.forgerock.opendj.ldap.responses.Result getResult()
public boolean hasNext()
public 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.SearchResultHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||