All Packages Class Hierarchy This Package Previous Next Index
Interface java.naming.directory.SearchEnumeration
- public interface SearchEnumeration
- extends Enumeration
This is the enumeration interface for enumerating search results returned by
DSContext.search(). It extends Enumeration to allow type-specific
objects (in this case 'SearchResult') to be returned.
-
next()
- Retrieves the next search item in the enumeration.
next
public abstract SearchResult next() throws NamingException
- Retrieves the next search item in the enumeration.
- Returns:
- The next search item in the enumeration.
All Packages Class Hierarchy This Package Previous Next Index