The hasMore method
- Organization of this page
Description
Checks whether the list contains any more user IDs.
Syntax
public boolean hasMore() throws NamingException;
Parameters
None
Exception
- javax.naming.NamingException:
-
A NamingException has occurred while the method is determing whether there are any more user IDs.
Return values
- true:
-
Another user ID has been found.
- false:
-
No more user IDs have been found.