org.apache.naming
Class NamingContextEnumeration
java.lang.Object
org.apache.naming.NamingContextEnumeration
- NamingEnumeration
public class NamingContextEnumeration
extends java.lang.Object
implements NamingEnumeration
Naming enumeration implementation.
Version:
- Remy Maucherat
protected Enumeration | enum - Underlying enumeration.
|
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()
|
enum
protected Enumeration enum
Underlying enumeration.
NamingContextEnumeration
public NamingContextEnumeration(Enumeration enum)
NamingContextEnumeration
public NamingContextEnumeration(Vector entries)
close
public void close()
throws NamingException
Closes this enumeration.
hasMore
public boolean hasMore()
throws NamingException
Determines whether there are any more elements in the enumeration.
hasMoreElements
public boolean hasMoreElements()
next
public Object next()
throws NamingException
Retrieves the next element in the enumeration.
nextElement
public Object nextElement()
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.