org.mortbay.jndi
public class NamingContext.NameEnumeration extends Object implements NamingEnumeration
Implementation of NamingEnumeration interface.
Used for returning results of Context.list();
| Constructor Summary | |
|---|---|
| NameEnumeration(Enumeration e) | |
| Method Summary | |
|---|---|
| void | close() |
| boolean | hasMore() |
| boolean | hasMoreElements() |
| Object | next() |
| Object | nextElement() |