Package org.eclipse.jetty.jndi
Class BindingEnumeration
java.lang.Object
org.eclipse.jetty.jndi.BindingEnumeration
- All Implemented Interfaces:
Enumeration<Binding>
,NamingEnumeration<Binding>
BindingEnumeration
-
Constructor Details
-
BindingEnumeration
-
-
Method Details
-
close
- Specified by:
close
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
hasMore
- Specified by:
hasMore
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
next
- Specified by:
next
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<Binding>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<Binding>
-