Package org.apache.naming
Class NamingContextEnumeration
java.lang.Object
org.apache.naming.NamingContextEnumeration
- All Implemented Interfaces:
- Enumeration<NameClassPair>,- NamingEnumeration<NameClassPair>
Naming enumeration implementation.
- Author:
- Remy Maucherat
- 
Field Details- 
iteratorUnderlying enumeration.
 
- 
- 
Constructor Details- 
NamingContextEnumeration
 
- 
- 
Method Details- 
nextRetrieves the next element in the enumeration.- Specified by:
- nextin interface- NamingEnumeration<NameClassPair>
- Throws:
- NamingException
 
- 
hasMoreDetermines whether there are any more elements in the enumeration.- Specified by:
- hasMorein interface- NamingEnumeration<NameClassPair>
- Throws:
- NamingException
 
- 
closeCloses this enumeration.- Specified by:
- closein interface- NamingEnumeration<NameClassPair>
- Throws:
- NamingException
 
- 
hasMoreElementspublic boolean hasMoreElements()- Specified by:
- hasMoreElementsin interface- Enumeration<NameClassPair>
 
- 
nextElement- Specified by:
- nextElementin interface- Enumeration<NameClassPair>
 
 
-