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 Summary
-
Constructor Summary
ConstructorDescriptionNamingContextBindingsEnumeration
(Iterator<NamingEntry> entries, Context ctx) -
Method Summary
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
-
Field Details
-
iterator
Underlying enumeration.
-
-
Constructor Details
-
NamingContextBindingsEnumeration
-
-
Method Details
-
next
- Specified by:
next
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
hasMore
- Specified by:
hasMore
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
close
- Specified by:
close
in interfaceNamingEnumeration<Binding>
- Throws:
NamingException
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<Binding>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<Binding>
-