org.apache.naming
public class NamingContextBindingsEnumeration extends Object implements NamingEnumeration
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected Iterator | iterator
Underlying enumeration. |
Constructor Summary | |
---|---|
NamingContextBindingsEnumeration(Iterator entries, Context ctx) |
Method Summary | |
---|---|
void | close()
Closes this enumeration. |
boolean | hasMore()
Determines whether there are any more elements in the enumeration. |
boolean | hasMoreElements() |
Object | next()
Retrieves the next element in the enumeration. |
Object | nextElement() |