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:
 closein interfaceNamingEnumeration<Binding>- Throws:
 NamingException
 - 
hasMore
- Specified by:
 hasMorein interfaceNamingEnumeration<Binding>- Throws:
 NamingException
 - 
next
- Specified by:
 nextin interfaceNamingEnumeration<Binding>- Throws:
 NamingException
 - 
hasMoreElements
public boolean hasMoreElements()- Specified by:
 hasMoreElementsin interfaceEnumeration<Binding>
 - 
nextElement
- Specified by:
 nextElementin interfaceEnumeration<Binding>
 
 -