Package org.eclipse.jetty.jndi
Class BindingEnumeration
- java.lang.Object
-
- org.eclipse.jetty.jndi.BindingEnumeration
-
- All Implemented Interfaces:
Enumeration<Binding>,NamingEnumeration<Binding>
public class BindingEnumeration extends Object implements NamingEnumeration<Binding>
BindingEnumeration
-
-
Constructor Summary
Constructors Constructor Description BindingEnumeration(Iterator<Binding> e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasMore()booleanhasMoreElements()Bindingnext()BindingnextElement()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Method Detail
-
close
public void close() throws NamingException- Specified by:
closein interfaceNamingEnumeration<Binding>- Throws:
NamingException
-
hasMore
public boolean hasMore() throws NamingException- Specified by:
hasMorein interfaceNamingEnumeration<Binding>- Throws:
NamingException
-
next
public Binding next() throws NamingException
- Specified by:
nextin interfaceNamingEnumeration<Binding>- Throws:
NamingException
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfaceEnumeration<Binding>
-
nextElement
public Binding nextElement()
- Specified by:
nextElementin interfaceEnumeration<Binding>
-
-