|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ietf.ldap.LDAPSearchResults
public class LDAPSearchResults
An LDAPSearchResults provides access to all results received during the operation (entries and exceptions).
| Field Summary | |
|---|---|
private LDAPSearchResults |
results
|
| Constructor Summary | |
|---|---|
LDAPSearchResults(LDAPSearchResults results)
Constructs searchResults from a com.novell.ldap.LDAPSearchResults object |
|
| Method Summary | |
|---|---|
int |
getCount()
Returns a count of the entries in the search result. |
LDAPControl[] |
getResponseControls()
Returns the latest server controls returned by the server in the context of this search request, or null if no server controls were returned. |
(package private) LDAPSearchResults |
getWrappedObject()
get the com.novell.ldap.LDAPSearchResults object |
boolean |
hasMore()
Reports if there are more search results. |
LDAPEntry |
next()
Returns the next result as an LDAPEntry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private LDAPSearchResults results
| Constructor Detail |
|---|
LDAPSearchResults(LDAPSearchResults results)
| Method Detail |
|---|
LDAPSearchResults getWrappedObject()
public int getCount()
public LDAPControl[] getResponseControls()
public boolean hasMore()
public LDAPEntry next()
throws LDAPException
LDAPException
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||