public class NamingEnumerationAdapter extends Object implements NamingEnumeration<SearchResult>
| Constructor and Description |
|---|
NamingEnumerationAdapter(EntryFilteringCursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
SearchResult |
next() |
SearchResult |
nextElement() |
public NamingEnumerationAdapter(EntryFilteringCursor cursor) throws NamingException
NamingExceptionpublic void close()
throws NamingException
close in interface NamingEnumeration<SearchResult>NamingExceptionpublic boolean hasMore()
throws NamingException
hasMore in interface NamingEnumeration<SearchResult>NamingExceptionpublic SearchResult next() throws NamingException
next in interface NamingEnumeration<SearchResult>NamingExceptionpublic boolean hasMoreElements()
hasMoreElements in interface Enumeration<SearchResult>public SearchResult nextElement()
nextElement in interface Enumeration<SearchResult>Copyright © 2021. All rights reserved.