public interface SearchCursor extends Cursor<Response>
| Modifier and Type | Method and Description |
|---|---|
Entry |
getEntry() |
IntermediateResponse |
getIntermediate() |
Referral |
getReferral() |
SearchResultDone |
getSearchResultDone()
gives the SearchResultDone message received at the end of search results
|
boolean |
isDone() |
boolean |
isEntry() |
boolean |
isIntermediate() |
boolean |
isReferral() |
after, afterLast, available, before, beforeFirst, close, first, get, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, next, previous, setClosureMonitor, toStringforEach, iterator, spliteratorboolean isDone()
SearchResultDone getSearchResultDone()
boolean isReferral()
Referral getReferral() throws LdapException
LdapException - If theboolean isEntry()
Entry getEntry() throws LdapException
LdapException - If theboolean isIntermediate()
IntermediateResponse getIntermediate() throws LdapException
LdapException - If theCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.