|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchIterator
Search results iterator.
| Method Summary | |
|---|---|
void |
close()
Close any resources associated with this iterator. |
Response<Void> |
getResponse()
Returns the response data associated with this search or null if this iterator has more ldap entries to return. |
boolean |
hasNext()
Returns true if the iteration has more elements. |
SearchItem |
next()
Returns the next element in the iteration. |
| Method Detail |
|---|
boolean hasNext()
throws LdapException
LdapException - if an error occurs
SearchItem next()
throws LdapException
LdapException - if an error occursResponse<Void> getResponse()
void close()
throws LdapException
LdapException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||