Package org.apache.naming
Class NamingContextBindingsEnumeration
java.lang.Object
org.apache.naming.NamingContextBindingsEnumeration
- All Implemented Interfaces:
- Enumeration<Binding>,- NamingEnumeration<Binding>
Naming enumeration implementation.
- Author:
- Remy Maucherat
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionNamingContextBindingsEnumeration(Iterator<NamingEntry> entries, Context ctx) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.EnumerationasIterator
- 
Field Details- 
iteratorUnderlying enumeration.
 
- 
- 
Constructor Details- 
NamingContextBindingsEnumeration
 
- 
- 
Method Details- 
nextRetrieves the next element in the enumeration.- Specified by:
- nextin interface- NamingEnumeration<Binding>
- Throws:
- NamingException
 
- 
hasMoreDetermines whether there are any more elements in the enumeration.- Specified by:
- hasMorein interface- NamingEnumeration<Binding>
- Throws:
- NamingException
 
- 
closeCloses this enumeration.- Specified by:
- closein interface- NamingEnumeration<Binding>
- Throws:
- NamingException
 
- 
hasMoreElementspublic boolean hasMoreElements()- Specified by:
- hasMoreElementsin interface- Enumeration<Binding>
 
- 
nextElement- Specified by:
- nextElementin interface- Enumeration<Binding>
 
 
-