org.apache.naming.resources
Class RecyclableNamingEnumeration
java.lang.Object
org.apache.naming.resources.RecyclableNamingEnumeration
- NamingEnumeration
public class RecyclableNamingEnumeration
extends java.lang.Object
implements NamingEnumeration
Naming enumeration implementation.
Version:
- Remy Maucherat
protected Vector | entries - Entries.
|
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()
|
entries
protected Vector entries
Entries.
enum
protected Enumeration enum
Underlying enumeration.
RecyclableNamingEnumeration
public RecyclableNamingEnumeration(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.