org.mortbay.jndi
public class NamingContext.BindingEnumeration extends Object implements NamingEnumeration
Implementation of NamingEnumeration
Used to return results of Context.listBindings();
| Constructor Summary | |
|---|---|
| BindingEnumeration(Enumeration e) | |
| Method Summary | |
|---|---|
| void | close() |
| boolean | hasMore() |
| boolean | hasMoreElements() |
| Object | next() |
| Object | nextElement() |