public class BindingEnumeration extends Object implements NamingEnumeration<Binding>
| Constructor and Description |
|---|
BindingEnumeration(Iterator<Binding> e) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
Binding |
next() |
Binding |
nextElement() |
public void close()
throws NamingException
close in interface NamingEnumeration<Binding>NamingExceptionpublic boolean hasMore()
throws NamingException
hasMore in interface NamingEnumeration<Binding>NamingExceptionpublic Binding next() throws NamingException
next in interface NamingEnumeration<Binding>NamingExceptionpublic boolean hasMoreElements()
hasMoreElements in interface Enumeration<Binding>public Binding nextElement()
nextElement in interface Enumeration<Binding>Copyright © 1995-2016 Webtide. All Rights Reserved.