org.apache.naming.resources
public class RecyclableNamingEnumeration extends Object implements NamingEnumeration
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected Vector | entries
Entries. |
protected Enumeration | enumeration
Underlying enumeration. |
Constructor Summary | |
---|---|
RecyclableNamingEnumeration(Vector entries) |
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() |