|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SearchResults
Search Results interface used to receive the results from a search operation.
| Method Summary | |
|---|---|
void |
clear()
Close the underlying result object. |
Result |
getResult()
Get the current result. |
boolean |
hasMoreResults()
Check to see if any results were returned by the search. |
boolean |
hasResults()
Check to see if any results were returned by the search. |
boolean |
nextResult()
Get the next result returned by the search. |
void |
reset()
Method to reset the values |
| Method Detail |
|---|
Result getResult()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.hasResults(),
hasMoreResults(),
#getNextResult
void clear()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.
boolean hasResults()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.SearchOptions,
Search.performSearch(),
#getNextResult
boolean hasMoreResults()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.SearchOptions,
Search.performSearch(),
hasResults(),
#getNextResult
boolean nextResult()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.SearchOptions,
Search.performSearch(),
hasResults()void reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||