Package netscape.ldap

Class LDAPSearchResults

java.lang.Object
netscape.ldap.LDAPSearchResults
All Implemented Interfaces:
Serializable, Enumeration<Object>

public class LDAPSearchResults extends Object implements Enumeration<Object>, Serializable
The results of an LDAP search operation, represented as an enumeration. Note that you can only iterate through this enumeration once: if you need to use these results more than once, make sure to save the results in a separate location.

You can also use the results of a search in progress to abandon that search operation.

Version:
1.0
See Also: